summaryrefslogtreecommitdiff
path: root/multimedia/mplex/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplex/files/patch-ab')
-rw-r--r--multimedia/mplex/files/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/mplex/files/patch-ab b/multimedia/mplex/files/patch-ab
new file mode 100644
index 000000000000..cee34107968d
--- /dev/null
+++ b/multimedia/mplex/files/patch-ab
@@ -0,0 +1,17 @@
+--- Makefile.orig Tue Apr 11 02:46:13 1995
++++ Makefile Mon Sep 4 18:13:42 2000
+@@ -19,10 +19,12 @@
+
+ #CFLAGS = -g
+
+-CFLAGS = -O
++CFLAGS?= -O
+ LDFLAGS= -lm
+-CC = cc
++CC ?= cc
+ RM = /bin/rm -f
++
++CFLAGS+= -DTIMER
+
+ OBJS = main.o bitstrm.o buffer.o inits.o inptstrm.o interact.o multplex.o systems.o timecode.o
+