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

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


    Date: Monday, December 7, 2015 @ 17:59:33
  Author: foutrelis
Revision: 253538

Build in C++11 mode

Modified:
  libgnomecanvasmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 16:59:27 UTC (rev 253537)
+++ PKGBUILD	2015-12-07 16:59:33 UTC (rev 253538)
@@ -16,6 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  CXXFLAGS+=' -std=c++11'
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var
   make



More information about the arch-commits mailing list