diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-06-01 19:50:34 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-06-01 19:50:34 +0000 |
commit | e5758007ab27dc57ae642275a398e201c5c0f6e3 (patch) | |
tree | 51c32df283a9a3475a365d21a9783d1aa8293a23 /media-video/lxdvdrip/files/lxdvdrip-1.70-vamps-makefile.patch | |
parent | Change inherit order to get right description and not from eutils.eclass, bug... (diff) | |
download | gentoo-2-e5758007ab27dc57ae642275a398e201c5c0f6e3.tar.gz gentoo-2-e5758007ab27dc57ae642275a398e201c5c0f6e3.tar.bz2 gentoo-2-e5758007ab27dc57ae642275a398e201c5c0f6e3.zip |
Version bump, bug #180396
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video/lxdvdrip/files/lxdvdrip-1.70-vamps-makefile.patch')
-rw-r--r-- | media-video/lxdvdrip/files/lxdvdrip-1.70-vamps-makefile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/lxdvdrip/files/lxdvdrip-1.70-vamps-makefile.patch b/media-video/lxdvdrip/files/lxdvdrip-1.70-vamps-makefile.patch new file mode 100644 index 000000000000..e2fb8775931e --- /dev/null +++ b/media-video/lxdvdrip/files/lxdvdrip-1.70-vamps-makefile.patch @@ -0,0 +1,13 @@ +Index: lxdvdrip/vamps/Makefile +=================================================================== +--- lxdvdrip.orig/vamps/Makefile ++++ lxdvdrip/vamps/Makefile +@@ -21,7 +21,7 @@ CC = gcc + CFLAGS ?= -O2 -g -D_LARGEFILE_SOURCE -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 \ + -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_REENTRANT + CFLAGS += -Wall +-LDFLAGS += -s ++LDFLAGS += + LOADLIBES += -lm -lpthread -ldvdread + + INSTALL ?= install |