Revert "boost: fix gcc7 build"

This reverts commit 760c99fca9.

No longer needed since gcc-7.2.0 was fixed.
This commit is contained in:
Jürgen Buchmüller 2017-11-16 22:43:13 +01:00
parent 20aecf09d8
commit 0ab110293a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ license="Boost Software License 1.0"
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version//\./_}.tar.bz2"
checksum=9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81
CXXFLAGS="-std=c++14 -D_GLIBCXX_USE_C99_STDLIB=1"
CXXFLAGS="-std=c++11"
case "$XBPS_TARGET_MACHINE" in
i686*) _arch=x86; _toolset="gcc-i386"; _abi=sysv ;;