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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 16:59:13 UTC 2015


    Date: Monday, December 7, 2015 @ 17:59:13
  Author: foutrelis
Revision: 253536

Build in C++11 mode

Modified:
  gconfmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 16:54:21 UTC (rev 253535)
+++ PKGBUILD	2015-12-07 16:59:13 UTC (rev 253536)
@@ -15,6 +15,7 @@
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
+  CXXFLAGS+=' -std=c++11'
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var
   make



More information about the arch-commits mailing list