codeblocks: fix gcc6 build

This commit is contained in:
Michael Gehring 2016-12-08 10:56:10 +00:00
parent a93b9e767d
commit f615f8d943

View file

@ -14,6 +14,8 @@ homepage="http://www.codeblocks.org"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version}.tar.gz"
checksum=30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03
CXXFLAGS="-std=c++11"
pre_configure() {
./bootstrap
}