pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gd Use pkg-config. Fixes freetyp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eaac0efd897
branches:  trunk
changeset: 307295:4eaac0efd897
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat May 05 12:13:44 2018 +0000
description:
Use pkg-config. Fixes freetype2 detection and "annotate" build on Darwin.

diffstat:

 graphics/gd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 31a75b61c7ff -r 4eaac0efd897 graphics/gd/Makefile
--- a/graphics/gd/Makefile      Sat May 05 04:10:03 2018 +0000
+++ b/graphics/gd/Makefile      Sat May 05 12:13:44 2018 +0000
@@ -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 @@
 .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