diff options
Diffstat (limited to 'multimedia/mplex/files/patch-Makefile')
-rw-r--r-- | multimedia/mplex/files/patch-Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/mplex/files/patch-Makefile b/multimedia/mplex/files/patch-Makefile index cee34107968d..b628b3407a50 100644 --- a/multimedia/mplex/files/patch-Makefile +++ b/multimedia/mplex/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Tue Apr 11 02:46:13 1995 -+++ Makefile Mon Sep 4 18:13:42 2000 -@@ -19,10 +19,12 @@ +--- Makefile.orig 1995-04-11 07:46:13 UTC ++++ Makefile +@@ -19,11 +19,13 @@ #CFLAGS = -g @@ -10,8 +10,9 @@ -CC = cc +CC ?= cc RM = /bin/rm -f -+ -+CFLAGS+= -DTIMER ++CFLAGS+= -DTIMER ++ OBJS = main.o bitstrm.o buffer.o inits.o inptstrm.o interact.o multplex.o systems.o timecode.o + SRCS = main.c bitstrm.c buffer.c inits.c inptstrm.c interact.c multplex.c systems.c timecode.c |