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

Christian Hesse eworm at archlinux.org
Mon Aug 6 22:26:58 UTC 2018


    Date: Monday, August 6, 2018 @ 22:26:57
  Author: eworm
Revision: 331058

fix build with recent freetype2

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-06 22:11:47 UTC (rev 331057)
+++ PKGBUILD	2018-08-06 22:26:57 UTC (rev 331058)
@@ -45,6 +45,7 @@
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+	export FREETYPE_CONFIG="/usr/bin/pkg-config freetype2"
 
 	./configure \
 		--prefix=/usr \



More information about the arch-commits mailing list