diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-27 12:51:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-27 12:51:06 +0000 |
commit | 9bf00ee878cbedc313abfef3e615a202bb196bb3 (patch) | |
tree | acab3789a7fd9ceefb1914af9b790f91e98334df /multimedia/mplex/files/patch-Makefile | |
parent | - Cleanup pkg-descr (diff) |
- Add LICENSE
- Regenerate patches
Notes
Notes:
svn path=/head/; revision=434931
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 |