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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 04:36:54 UTC 2015


    Date: Monday, December 7, 2015 @ 05:36:54
  Author: foutrelis
Revision: 149546

Build in C++11 mode (necessitated by libsigc++ 2.6.x)

Modified:
  obby/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 03:57:31 UTC (rev 149545)
+++ PKGBUILD	2015-12-07 04:36:54 UTC (rev 149546)
@@ -16,6 +16,10 @@
 
 build() {
   cd $srcdir/obby-$pkgver
+
+  # libsigc++ requires C++11
+  CXXFLAGS+=' -std=c++11'
+
   ./configure --prefix=/usr --with-zeroconf --enable-ipv6
   make
 }



More information about the arch-commits mailing list