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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 17:16:28 UTC 2015


    Date: Monday, December 7, 2015 @ 18:16:28
  Author: foutrelis
Revision: 150079

Build in C++11 mode

Modified:
  libview/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 17:16:09 UTC (rev 150078)
+++ PKGBUILD	2015-12-07 17:16:28 UTC (rev 150079)
@@ -15,6 +15,7 @@
 
 build() {
   cd $srcdir/libview-$pkgver
+  CXXFLAGS+=' -std=c++11'
   ./autogen.sh --prefix=/usr
   make
 }



More information about the arch-commits mailing list