[arch-commits] Commit in ganv/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 17:14:26 UTC 2015


    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
 }



More information about the arch-commits mailing list