pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libwmf



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat May  5 12:33:00 UTC 2018

Modified Files:
        pkgsrc/graphics/libwmf: Makefile

Log Message:
graphics/libwmf: Make this build with freetype2-2.9.1

Avoid calling freetype-config by passing the freetype2 directory to
configure.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/libwmf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libwmf/Makefile
diff -u pkgsrc/graphics/libwmf/Makefile:1.77 pkgsrc/graphics/libwmf/Makefile:1.78
--- pkgsrc/graphics/libwmf/Makefile:1.77        Fri Jul 17 12:33:47 2015
+++ pkgsrc/graphics/libwmf/Makefile     Sat May  5 12:33:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2015/07/17 12:33:47 sevan Exp $
+# $NetBSD: Makefile,v 1.78 2018/05/05 12:33:00 minskim Exp $
 
 DISTNAME=      libwmf-0.2.8.4
 PKGREVISION=   16
@@ -15,6 +15,8 @@ USE_TOOLS+=           pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-gd
 CONFIGURE_ARGS+=       --with-docdir=${PREFIX}/share/doc/${PKGNAME_NOREV}
+CONFIGURE_ARGS+=       --with-freetype=${BUILDLINK_PREFIX.freetype2}
+CONFIGURE_ENV+=                ac_cv_path_FREETYPE_CONFIG=""
 
 post-install:
        ${RMDIR} ${DESTDIR}${PREFIX}/include/libwmf/gd



Home | Main Index | Thread Index | Old Index