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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 17:13:20 UTC 2015


    Date: Monday, December 7, 2015 @ 18:13:20
  Author: foutrelis
Revision: 150072

Build in C++11 mode

Modified:
  jalv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 17:10:16 UTC (rev 150071)
+++ PKGBUILD	2015-12-07 17:13:20 UTC (rev 150072)
@@ -27,6 +27,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  CXXFLAGS+=' -std=c++11'
   python2 waf configure --prefix=/usr
   python2 waf
 }



More information about the arch-commits mailing list