summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-04-27 07:48:43 +0000
committeragc <agc@pkgsrc.org>2004-04-27 07:48:43 +0000
commit73a7b003194dad664e0d2962af7bcead9790473d (patch)
tree13a9e1fef941f7a85408610e7a6c9737b5170d41
parentcf4af34a76cafcadba2abfe71bc139fa0a706cf6 (diff)
downloadpkgsrc-73a7b003194dad664e0d2962af7bcead9790473d.tar.gz
Pull up an IRIX portability fix (by hand) to the pkgsrc-2004Q1 branch.
Requested by jschauma in ticket pkgsrc-13. "Set EGREP to an actual egrep, not plain old grep. This fixed my own PR pkg/25109, as using a proper egrep will allow buildlink to work."
-rw-r--r--mk/defs.IRIX.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk
index f2ece5a9212..8ea248ca68d 100644
--- a/mk/defs.IRIX.mk
+++ b/mk/defs.IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.41 2004/03/11 22:57:22 agc Exp $
+# $NetBSD: defs.IRIX.mk,v 1.41.2.1 2004/04/27 07:48:43 agc Exp $
#
# Variable definitions for the IRIX operating system.
@@ -15,7 +15,7 @@ DATE?= /sbin/date
DC?= /usr/bin/dc
DIRNAME?= /usr/bin/dirname
ECHO?= /sbin/echo
-EGREP?= /bin/grep
+EGREP?= /usr/bin/egrep
EXPR?= /bin/expr
FALSE?= /usr/bin/false
FGREP?= /usr/bin/fgrep