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 \

Reply via email to