Date: Monday, December 7, 2015 @ 21:49:30
  Author: foutrelis
Revision: 150119

Build in C++11 mode

Modified:
  gobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-07 20:49:29 UTC (rev 150118)
+++ PKGBUILD    2015-12-07 20:49:30 UTC (rev 150119)
@@ -19,6 +19,7 @@
 build() {
   cd $srcdir/gobby-$pkgver
   [ -x configure ] || ./autogen.sh
+  CXXFLAGS+=' -std=c++11'
   ./configure --prefix=/usr --with-gnome
   make
 }

Reply via email to