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
 }

Reply via email to