diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-04 23:38:28 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-04 23:38:28 +0000 |
commit | b8befb620cb29173589713d0e43dde2baf0b5d96 (patch) | |
tree | 6177b33476dc3447b6f85e1eeee23cb916c00720 /multimedia/mpeg2codec | |
parent | Update to version 0.6.5 (diff) |
Respect CC
PR: 15177
Submitted by: James Andariese <james@ja.ath.cx>
Notes
Notes:
svn path=/head/; revision=23593
Diffstat (limited to 'multimedia/mpeg2codec')
-rw-r--r-- | multimedia/mpeg2codec/files/patch-aa | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/mpeg2codec/files/patch-aa b/multimedia/mpeg2codec/files/patch-aa index 4dab9efa9c97..1da259b9a47d 100644 --- a/multimedia/mpeg2codec/files/patch-aa +++ b/multimedia/mpeg2codec/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Sat Jul 20 03:35:46 1996 -+++ Makefile Tue Jan 5 16:34:35 1999 -@@ -30,31 +30,30 @@ +--- Makefile.old Mon Nov 29 18:32:05 1999 ++++ Makefile Mon Nov 29 18:35:26 1999 +@@ -30,31 +30,32 @@ # uncomment the following two lines if you want to include X11 support # (mpeg2decode) @@ -32,9 +32,10 @@ # # GNU gcc # --CC = gcc ++.ifndef CC + CC = gcc -CFLAGS = -O2 -+CC = cc ++.endif all: mpeg2decode mpeg2encode |