pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gd



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat May  5 12:13:44 UTC 2018

Modified Files:
        pkgsrc/graphics/gd: Makefile

Log Message:
Use pkg-config. Fixes freetype2 detection and "annotate" build on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/graphics/gd/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/gd/Makefile
diff -u pkgsrc/graphics/gd/Makefile:1.118 pkgsrc/graphics/gd/Makefile:1.119
--- pkgsrc/graphics/gd/Makefile:1.118   Mon Mar 12 11:15:34 2018
+++ pkgsrc/graphics/gd/Makefile Sat May  5 12:13:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2018/03/12 11:15:34 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2018/05/05 12:13:44 schmonz Exp $
 
 DISTNAME=      libgd-2.2.5
 PKGNAME=       ${DISTNAME:S/libgd/gd/}
@@ -17,7 +17,7 @@ GITHUB_RELEASE=       gd-${PKGVERSION_NOREV}
 .include "options.mk"
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            perl:run
+USE_TOOLS+=            perl:run pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-werror
 CONFIGURE_ARGS+=       --with-fontconfig=${BUILDLINK_PREFIX.fontconfig}



Home | Main Index | Thread Index | Old Index