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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 05:29:48 UTC 2015


    Date: Monday, December 7, 2015 @ 06:29:47
  Author: foutrelis
Revision: 149589

Build in C++11 mode (necessitated by glibmm 2.46)

Modified:
  libofx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 05:29:07 UTC (rev 149588)
+++ PKGBUILD	2015-12-07 05:29:47 UTC (rev 149589)
@@ -17,7 +17,7 @@
 build() {
   cd $pkgbase-$pkgver
   ./configure --prefix=/usr
-  make
+  make CXXFLAGS+=-std=c++11
 }
 
 check() {



More information about the arch-commits mailing list