htmlcxx: fix build with gcc>=11
This commit is contained in:
parent
116634f1a6
commit
a64338fa89
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue