summaryrefslogtreecommitdiff
path: root/media-video/super_demux/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-video/super_demux/files
reinit the tree, so we can have metadata
Diffstat (limited to 'media-video/super_demux/files')
-rw-r--r--media-video/super_demux/files/super_demux-0.3.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/super_demux/files/super_demux-0.3.diff b/media-video/super_demux/files/super_demux-0.3.diff
new file mode 100644
index 000000000000..80555cecdc71
--- /dev/null
+++ b/media-video/super_demux/files/super_demux-0.3.diff
@@ -0,0 +1,12 @@
+diff -Naur super_demux-0.3.orig/Makefile super_demux-0.3/Makefile
+--- super_demux-0.3.orig/Makefile 2004-12-15 22:01:31.000000000 +0100
++++ super_demux-0.3/Makefile 2007-10-06 16:58:19.000000000 +0200
+@@ -13,7 +13,7 @@
+ all:
+ $(CC) $(CFLAGS) -c $(SRC1)
+
+- $(CC) -o super_demux $(OBJECT1) $(LIBRARY)
++ $(CC) $(LDFLAGS) -o super_demux $(OBJECT1) $(LIBRARY)
+
+ # DEPENDENCIES
+ super_demux.o : super_demux.c