[arch-commits] Commit in gstreamermm/trunk (PKGBUILD)
    Evangelos Foutras 
    foutrelis at archlinux.org
       
    Sun Dec  6 03:36:38 UTC 2015
    
    
  
    Date: Sunday, December 6, 2015 @ 04:36:38
  Author: foutrelis
Revision: 148801
Build in C++11 mode (necessitated by glibmm 2.46)
Modified:
  gstreamermm/trunk/PKGBUILD
----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-06 03:36:27 UTC (rev 148800)
+++ PKGBUILD	2015-12-06 03:36:38 UTC (rev 148801)
@@ -16,6 +16,9 @@
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
 
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
   ./configure --prefix=/usr
   make
 }
    
    
More information about the arch-commits
mailing list