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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 3 09:19:40 UTC 2016


    Date: Sunday, April 3, 2016 @ 11:19:39
  Author: foutrelis
Revision: 263821

Fix build with glibmm 2.48

Need to disable strict build due to the use of Glib::ScopedPtr which is
deprecated in glibmm 2.48.

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-03 08:49:28 UTC (rev 263820)
+++ PKGBUILD	2016-04-03 09:19:39 UTC (rev 263821)
@@ -50,6 +50,7 @@
 		--with-perl \
 		--enable-lcms \
 		--enable-poppler-cairo \
+		--disable-strict-build \
 		--disable-dependency-tracking
 	make
 }



More information about the arch-commits mailing list