diff options
Diffstat (limited to 'wm/fvwm2-current/patches/patch-ab')
-rw-r--r-- | wm/fvwm2-current/patches/patch-ab | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/wm/fvwm2-current/patches/patch-ab b/wm/fvwm2-current/patches/patch-ab deleted file mode 100644 index ad0f29c884b..00000000000 --- a/wm/fvwm2-current/patches/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2001/07/10 20:25:01 nra Exp $ - ---- configure.orig Tue Jul 10 14:17:06 2001 -+++ configure Tue Jul 10 14:18:19 2001 -@@ -666,7 +666,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' - -@@ -755,7 +755,7 @@ - fi - - --PACKAGE=fvwm -+PACKAGE=fvwm2 - - VERSION=2.4.0 - -@@ -3724,7 +3724,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' - |