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

Antonio Rojas arojas at archlinux.org
Sun Dec 6 21:16:03 UTC 2015


    Date: Sunday, December 6, 2015 @ 22:16:02
  Author: arojas
Revision: 253016

Use C++11, needed by latest libsigc++

Modified:
  gnome-vfsmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-06 21:15:12 UTC (rev 253015)
+++ PKGBUILD	2015-12-06 21:16:02 UTC (rev 253016)
@@ -16,6 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  CXXFLAGS+=" -std=gnu++11"
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var
   make



More information about the arch-commits mailing list