summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/ripperx/files/ripperx-2.7.2-ldflags.patch')
-rw-r--r--media-sound/ripperx/files/ripperx-2.7.2-ldflags.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-sound/ripperx/files/ripperx-2.7.2-ldflags.patch b/media-sound/ripperx/files/ripperx-2.7.2-ldflags.patch
deleted file mode 100644
index ad8a0c2e7701..000000000000
--- a/media-sound/ripperx/files/ripperx-2.7.2-ldflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur ripperX-2.7.2.orig/plugins/Makefile.in ripperX-2.7.2/plugins/Makefile.in
---- ripperX-2.7.2.orig/plugins/Makefile.in 2008-02-18 07:38:28.000000000 +0200
-+++ ripperX-2.7.2/plugins/Makefile.in 2008-03-02 07:16:23.000000000 +0200
-@@ -615,7 +615,7 @@
- all: ripperX_plugin_tester $(PLUGINS)
-
- .c.o:
-- $(CC) $(CFLAGS) $(LDFLAGS) -c $< -o $@
-+ $(CC) $(CFLAGS) -c $< -o $@
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: