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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 20:49:31 UTC 2015


    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
 }



More information about the arch-commits mailing list