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

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


    Date: Monday, December 7, 2015 @ 21:49:37
  Author: foutrelis
Revision: 150120

Build in C++11 mode

Modified:
  regexxer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 20:49:30 UTC (rev 150119)
+++ PKGBUILD	2015-12-07 20:49:37 UTC (rev 150120)
@@ -33,6 +33,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  CXXFLAGS+=' -std=c++11'
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-schemas-compile
   make



More information about the arch-commits mailing list