pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/freetype2 Force detection of grep and egrep b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb9d778fe7f3
branches: trunk
changeset: 488775:eb9d778fe7f3
user: gavan <gavan%pkgsrc.org@localhost>
date: Wed Feb 09 12:13:58 2005 +0000
description:
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:
graphics/freetype2/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 29affb29e1ed -r eb9d778fe7f3 graphics/freetype2/Makefile
--- a/graphics/freetype2/Makefile Wed Feb 09 11:54:33 2005 +0000
+++ b/graphics/freetype2/Makefile Wed Feb 09 12:13:58 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index