summaryrefslogtreecommitdiff
path: root/wm/fvwm2/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'wm/fvwm2/patches/patch-ab')
-rw-r--r--wm/fvwm2/patches/patch-ab31
1 files changed, 31 insertions, 0 deletions
diff --git a/wm/fvwm2/patches/patch-ab b/wm/fvwm2/patches/patch-ab
new file mode 100644
index 00000000000..1adb30c65c9
--- /dev/null
+++ b/wm/fvwm2/patches/patch-ab
@@ -0,0 +1,31 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+
+--- ./configure.orig Fri May 28 17:15:29 1999
++++ ./configure Wed Feb 2 03:39:39 2000
+@@ -654,7 +654,7 @@
+ # It thinks the first close brace ends the variable substitution.
+ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM:S/-s//g}'
+
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+@@ -743,7 +743,7 @@
+ fi
+
+
+-PACKAGE=fvwm
++PACKAGE=fvwm2
+
+ VERSION=2.2.2
+
+@@ -2984,7 +2984,7 @@
+ # It thinks the first close brace ends the variable substitution.
+ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM:S/-s//g}'
+
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+