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

Evangelos Foutras foutrelis at archlinux.org
Tue Sep 29 06:28:38 UTC 2015


    Date: Tuesday, September 29, 2015 @ 08:28:38
  Author: foutrelis
Revision: 247879

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

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-29 06:17:00 UTC (rev 247878)
+++ PKGBUILD	2015-09-29 06:28:38 UTC (rev 247879)
@@ -40,6 +40,10 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	# glibmm 2.46 uses C++11 features
+	CXXFLAGS+=' -std=c++11'
+
 	./configure \
 		--prefix=/usr \
 		--with-python \



More information about the arch-commits mailing list