summaryrefslogtreecommitdiff
path: root/media-video/vdrtools-genindex/files/ldflags.diff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/vdrtools-genindex/files/ldflags.diff')
-rw-r--r--media-video/vdrtools-genindex/files/ldflags.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-video/vdrtools-genindex/files/ldflags.diff b/media-video/vdrtools-genindex/files/ldflags.diff
deleted file mode 100644
index 7ec062e3ddcb..000000000000
--- a/media-video/vdrtools-genindex/files/ldflags.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur genindex-0.1.3.orig/Makefile genindex-0.1.3/Makefile
---- genindex-0.1.3.orig/Makefile 2010-09-24 14:55:48.000000000 +0200
-+++ genindex-0.1.3/Makefile 2010-09-24 14:56:06.000000000 +0200
-@@ -52,7 +52,7 @@
- # The main program:
-
- genindex: $(OBJS)
-- $(CXX) $(CXXFLAGS) $^ -o $@
-+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@
-
- rmstream: rmstream.o thread.o ringbuffer.o pes.o
- $(CXX) $(CXXFLAGS) $^ -o $@