From 0ab110293afaa823be825e1adff907fa0fd2a43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 16 Nov 2017 22:43:13 +0100 Subject: [PATCH] Revert "boost: fix gcc7 build" This reverts commit 760c99fca9369014fd34ad550171de3b5a521add. No longer needed since gcc-7.2.0 was fixed. --- srcpkgs/boost/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index 0f48feaf9a9..50708a5d33d 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -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 ;;