diff options
author | grant <grant@pkgsrc.org> | 2003-07-30 17:00:04 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-30 17:00:04 +0000 |
commit | 4de50fcf1bd8c4628ef623c3f9bc1ca6ea64bcbc (patch) | |
tree | ee982b434971dd661fe16b08f3037f76e74626a0 /textproc/grep | |
parent | 0db653cedac9575665bbb95149ccc22fbe7c098f (diff) | |
download | pkgsrc-4de50fcf1bd8c4628ef623c3f9bc1ca6ea64bcbc.tar.gz |
explicitly disable pcre support as it was never enabled.
fixes build on systems which have libpcre installed as the configure
script's detection of it is slightly broken.
Diffstat (limited to 'textproc/grep')
-rw-r--r-- | textproc/grep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index 958df81823a..395f7b27052 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:54:16 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/30 17:00:04 grant Exp $ # DISTNAME= grep-2.5.1 @@ -18,6 +18,8 @@ TEXINFO_REQD= 4.0 GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --disable-perl-regexp + .include "../../mk/bsd.prefs.mk" .if defined(GNU_PROGRAM_PREFIX) |