diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-01-02 18:48:31 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-01-02 18:48:31 +0000 |
commit | 34b0301cfef0c9d959b3fa15b9a243d5ef9b0bd9 (patch) | |
tree | 9a9bd70078c8f4fd9095dbbf3fb61012bd2c7650 /app-office/texmacs/files | |
parent | Stable for HPPA (bug #250752). (diff) | |
download | gentoo-2-34b0301cfef0c9d959b3fa15b9a243d5ef9b0bd9.tar.gz gentoo-2-34b0301cfef0c9d959b3fa15b9a243d5ef9b0bd9.tar.bz2 gentoo-2-34b0301cfef0c9d959b3fa15b9a243d5ef9b0bd9.zip |
Version bump
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'app-office/texmacs/files')
-rw-r--r-- | app-office/texmacs/files/texmacs-1.0.7.1-strip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/texmacs/files/texmacs-1.0.7.1-strip.patch b/app-office/texmacs/files/texmacs-1.0.7.1-strip.patch new file mode 100644 index 000000000000..838d770685ae --- /dev/null +++ b/app-office/texmacs/files/texmacs-1.0.7.1-strip.patch @@ -0,0 +1,11 @@ +diff -r -U2 TeXmacs-1.0.7-src.orig/Makefile.in TeXmacs-1.0.7-src/Makefile.in +--- TeXmacs-1.0.7-src.orig/Makefile.in 2008-10-16 13:41:18.000000000 +0700 ++++ TeXmacs-1.0.7-src/Makefile.in 2008-11-02 18:20:51.000000000 +0600 +@@ -129,7 +129,5 @@ + $(CP) $(tmdir)/plugins/*/bin/* $(DESTDIR)$(tmbin)/bin + $(CP) $(tmdir)/plugins/*/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || : +- $(STRIP) $(DESTDIR)$(tmbin)/bin/texmacs.bin + $(CP) $(tmdir)/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || : +- $(STRIP) $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || : + $(CHMOD) 755 $(DESTDIR)$(tmbin)/bin/* + $(CHMOD) 755 $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || : |