diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 23:54:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 23:54:42 +0000 |
commit | 1bdc5ad34514a9a2992b6ee79fc82f1737265bf1 (patch) | |
tree | cd29a3dc4589b5011a2cbb64ca67c7b16c1a0ff4 /multimedia/mplex/files/patch-ab | |
parent | 2b2f39c6e886a3bc2d4f7db07ad779876bfc1b22 (diff) |
Notes
Diffstat (limited to 'multimedia/mplex/files/patch-ab')
-rw-r--r-- | multimedia/mplex/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/mplex/files/patch-ab b/multimedia/mplex/files/patch-ab new file mode 100644 index 000000000000..4604cf28b84c --- /dev/null +++ b/multimedia/mplex/files/patch-ab @@ -0,0 +1,14 @@ +--- Makefile.orig Tue Apr 11 16:46:13 1995 ++++ Makefile Fri Feb 11 09:53:49 2000 +@@ -19,9 +19,9 @@ + + #CFLAGS = -g + +-CFLAGS = -O ++CFLAGS?= -O + LDFLAGS= -lm +-CC = cc ++CC ?= cc + RM = /bin/rm -f + + OBJS = main.o bitstrm.o buffer.o inits.o inptstrm.o interact.o multplex.o systems.o timecode.o |