opnsense-ports/multimedia/mplex/files/patch-Makefile
Franco Fichtner a53729b4be */*: sync with upstream
Taken from: FreeBSD
2017-02-28 07:56:01 +01:00

18 lines
404 B
Text

--- Makefile.orig 1995-04-11 07:46:13 UTC
+++ Makefile
@@ -19,11 +19,13 @@
#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
SRCS = main.c bitstrm.c buffer.c inits.c inptstrm.c interact.c multplex.c systems.c timecode.c