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

Antonio Rojas arojas at archlinux.org
Sun Dec 6 17:46:11 UTC 2015


    Date: Sunday, December 6, 2015 @ 18:46:10
  Author: arojas
Revision: 149000

Use C++11, needed by latest libsigc++

Modified:
  stardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-06 17:45:21 UTC (rev 148999)
+++ PKGBUILD	2015-12-06 17:46:10 UTC (rev 149000)
@@ -28,6 +28,8 @@
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  export CXXFLAGS+="-std=gnu++11"
   ./autogen.sh
   ./configure \
     --prefix=/usr \



More information about the arch-commits mailing list