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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 16:59:21 UTC 2015


    Date: Monday, December 7, 2015 @ 17:59:20
  Author: foutrelis
Revision: 150052

Build in C++11 mode

Modified:
  gimmage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 16:59:18 UTC (rev 150051)
+++ PKGBUILD	2015-12-07 16:59:20 UTC (rev 150052)
@@ -26,6 +26,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  CXXFLAGS+=' -std=c++11'
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list