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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 15 13:06:44 UTC 2015


    Date: Thursday, October 15, 2015 @ 15:06:44
  Author: foutrelis
Revision: 144160

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

Modified:
  cclive/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-15 12:52:40 UTC (rev 144159)
+++ PKGBUILD	2015-10-15 13:06:44 UTC (rev 144160)
@@ -31,6 +31,10 @@
 
 build() {
   cd $pkgname-$pkgver
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
   ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
   make
 }



More information about the arch-commits mailing list