diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-11-27 23:09:49 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-11-27 23:09:49 +0000 |
commit | 972bbad3e4f17b5a60edde233e5085624069e257 (patch) | |
tree | 67e2727e1032313cbc228d5631440d6dbbe9411a /x11-terms/wterm/files | |
parent | Stable for HPPA (bug #249118). (diff) | |
download | historical-972bbad3e4f17b5a60edde233e5085624069e257.tar.gz historical-972bbad3e4f17b5a60edde233e5085624069e257.tar.bz2 historical-972bbad3e4f17b5a60edde233e5085624069e257.zip |
Do not strip (bug #222309).
Package-Manager: portage-2.1.6_rc2/cvs/Linux 2.6.25-gentoo-r7-JeR i686
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 |