summaryrefslogtreecommitdiff
path: root/textproc/gawk/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gawk/patches/patch-ac')
-rw-r--r--textproc/gawk/patches/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/gawk/patches/patch-ac b/textproc/gawk/patches/patch-ac
deleted file mode 100644
index bb5056eb345..00000000000
--- a/textproc/gawk/patches/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/12/10 17:33:40 bouyer Exp $
-
---- configure.old Thu Dec 9 12:50:37 1999
-+++ configure Thu Dec 9 12:51:24 1999
-@@ -939,6 +939,7 @@
- # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
- # It thinks the first close brace ends the variable substitution.
- test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-+test -z "$INSTALL_SCRIPT" && INSTALL_PROGRAM='${INSTALL}'
-
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
-@@ -3359,6 +3360,7 @@
- s%@CPP@%$CPP%g
- s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
- s%@INSTALL_DATA@%$INSTALL_DATA%g
-+s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
- s%@SET_MAKE@%$SET_MAKE%g
- s%@build@%$build%g
- s%@build_alias@%$build_alias%g