diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-04 13:49:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-04 13:49:04 +0000 |
commit | 6f0ddee734a78b6e0df3c39400a51d394f73ac31 (patch) | |
tree | 7b2716f2a1743347608b81daee3bf52a2f933c72 /media-libs/mlt/files | |
parent | Version bump for proper support of 64-bit systems. (diff) | |
download | historical-6f0ddee734a78b6e0df3c39400a51d394f73ac31.tar.gz historical-6f0ddee734a78b6e0df3c39400a51d394f73ac31.tar.bz2 historical-6f0ddee734a78b6e0df3c39400a51d394f73ac31.zip |
version bump, bug #271859
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-libs/mlt/files')
-rw-r--r-- | media-libs/mlt/files/mlt-0.4.2-nostrip.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/mlt/files/mlt-0.4.2-nostrip.patch b/media-libs/mlt/files/mlt-0.4.2-nostrip.patch new file mode 100644 index 000000000000..d7e90beab090 --- /dev/null +++ b/media-libs/mlt/files/mlt-0.4.2-nostrip.patch @@ -0,0 +1,13 @@ +Index: mlt-0.4.2/src/melt/Makefile +=================================================================== +--- mlt-0.4.2.orig/src/melt/Makefile ++++ mlt-0.4.2/src/melt/Makefile +@@ -27,7 +27,7 @@ clean: + + install: all + install -d "$(DESTDIR)$(bindir)" +- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)" ++ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)" + + uninstall: + rm -f "$(DESTDIR)$(bindir)/$(TARGET)" |