diff options
Diffstat (limited to 'x11-terms/wterm/files')
-rw-r--r-- | x11-terms/wterm/files/wterm-6.2.9-strip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-terms/wterm/files/wterm-6.2.9-strip.patch b/x11-terms/wterm/files/wterm-6.2.9-strip.patch new file mode 100644 index 000000000000..7334a185467a --- /dev/null +++ b/x11-terms/wterm/files/wterm-6.2.9-strip.patch @@ -0,0 +1,11 @@ +--- wterm-6.2.9/autoconf/Make.common.in.orig 1999-02-02 12:08:08.000000000 +0100 ++++ wterm-6.2.9/autoconf/Make.common.in 2008-11-28 00:03:43.000000000 +0100 +@@ -41,7 +41,7 @@ + CP = @CP@ + SED = @SED@ + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL@ -s -m 755 ++INSTALL_PROGRAM = @INSTALL@ -m 755 + INSTALL_DATA = @INSTALL@ -m 644 + + # Flags & libs |