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

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


    Date: Monday, December 7, 2015 @ 21:49:35
  Author: foutrelis
Revision: 253577

Build in C++11 mode

Modified:
  paprefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 20:49:33 UTC (rev 253576)
+++ PKGBUILD	2015-12-07 20:49:35 UTC (rev 253577)
@@ -26,6 +26,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  CXXFLAGS+=' -std=c++11'
   ./configure --prefix=/usr --disable-lynx
   make
 }



More information about the arch-commits mailing list