summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2002-04-14 15:45:39 +0000
committerchristos <christos@pkgsrc.org>2002-04-14 15:45:39 +0000
commitc8a6361526817a65804582a6ac2f5a1223a259ed (patch)
treefd9d50f5aa8a4918f6b6aac4467bf54f0ebe3f6c /devel
parent60945ad68f994ef2a3f9609778c0ace2c3474b1e (diff)
downloadpkgsrc-c8a6361526817a65804582a6ac2f5a1223a259ed.tar.gz
upgrade to 2.53
Diffstat (limited to 'devel')
-rw-r--r--devel/autoconf-devel/patches/patch-ad15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/autoconf-devel/patches/patch-ad b/devel/autoconf-devel/patches/patch-ad
deleted file mode 100644
index 7b08e886e81..00000000000
--- a/devel/autoconf-devel/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2002/01/03 14:02:27 agc Exp $
-
-Prefer our awk to mawk
-
---- configure 2002/01/03 13:44:05 1.1
-+++ configure 2002/01/03 13:44:25
-@@ -1215,7 +1215,7 @@
- # a AC-SUBST inside AC-PROG-GNU-M4. Grmph!
-
- # `autoconf' and `ifnames' use AWK. And we need decent RE support.
--for ac_prog in mawk gawk nawk awk
-+for ac_prog in gawk nawk awk mawk
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2