[arch-commits] Commit in flowcanvas/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 7 21:04:34 UTC 2015
Date: Monday, December 7, 2015 @ 22:04:33
Author: foutrelis
Revision: 150129
Build in C++11 mode
Modified:
flowcanvas/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-07 20:56:06 UTC (rev 150128)
+++ PKGBUILD 2015-12-07 21:04:33 UTC (rev 150129)
@@ -32,6 +32,7 @@
build() {
cd "$srcdir/$pkgname-$pkgver"
+ CXXFLAGS+=' -std=c++11'
python2 waf configure --prefix=/usr
python2 waf build $MAKEFLAGS
}
More information about the arch-commits
mailing list