summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgavan <gavan>2005-02-09 12:13:58 +0000
committergavan <gavan>2005-02-09 12:13:58 +0000
commiteffcde46cc3036d18824c51eb1a8852e6011b18c (patch)
tree751f95858a95b366fccb488ff35a10745c2c95c6 /graphics
parenta1c9e5690706df14ed0e8dff2f0200e04e148a44 (diff)
downloadpkgsrc-effcde46cc3036d18824c51eb1a8852e6011b18c.tar.gz
Force detection of grep and egrep by the configure script.
Unfortunately, configure doesn't always manage to correctly pick up these values from GREP and EGREP, so we pass them in as cached values. This way, configure still doesn't always print them correctly, but they end up in config.status, which is the end goal. This solves the problem where on Solaris, configure detects the wrong grep and worse still, fails to detect a suitable egrep at all.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freetype2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index 2cc4d7a2c90..84ce2ff33b2 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2004/10/03 00:14:50 tv Exp $
+# $NetBSD: Makefile,v 1.39 2005/02/09 12:13:58 gavan Exp $
DISTNAME= freetype-2.1.9
PKGNAME= freetype2-2.1.9
@@ -24,6 +24,7 @@ USE_GNU_TOOLS+= grep make
GNU_CONFIGURE= yes
CONFIGURE_DIRS= ${WRKSRC}/builds/unix
CONFIGURE_ARGS+= --includedir=${PREFIX}/include
+CONFIGURE_ENV+= ac_cv_path_GREP="${GREP}" ac_cv_path_EGREP="${EGREP}"
PKGCONFIG_OVERRIDE= builds/unix/freetype2.in