Date: Monday, December 7, 2015 @ 18:14:25
  Author: foutrelis
Revision: 150074

Build in C++11 mode

Modified:
  ganv/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-07 17:13:59 UTC (rev 150073)
+++ PKGBUILD    2015-12-07 17:14:25 UTC (rev 150074)
@@ -22,6 +22,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  CXXFLAGS+=' -std=c++11'
   python2 waf configure --prefix=/usr
   python2 waf $MAKEFLAGS
 }

Reply via email to