From 7b8ab09c2ad9be4b1f1cc71b72fb1d299091c753 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sat, 4 Dec 1999 23:38:28 +0000 Subject: Respect CC PR: 15177 Submitted by: James Andariese --- graphics/mpeg2codec/files/patch-aa | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'graphics/mpeg2codec') diff --git a/graphics/mpeg2codec/files/patch-aa b/graphics/mpeg2codec/files/patch-aa index 4dab9ef..1da259b 100644 --- a/graphics/mpeg2codec/files/patch-aa +++ b/graphics/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 -- cgit v1.1