htmlcxx: fix build with gcc>=11

This commit is contained in:
Duncaen 2022-10-10 17:01:09 +02:00
parent 116634f1a6
commit a64338fa89
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ homepage="http://htmlcxx.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/htmlcxx/${version}/htmlcxx-${version}.tar.gz"
checksum=5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8
export CXXFLAGS="-std=c++14"
htmlcxx-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"