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
 }

Reply via email to