summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/mpeg2codec/files/patch-aa11
-rw-r--r--multimedia/mpeg2codec/files/patch-aa11
2 files changed, 12 insertions, 10 deletions
diff --git a/graphics/mpeg2codec/files/patch-aa b/graphics/mpeg2codec/files/patch-aa
index 4dab9efa9c97..1da259b9a47d 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
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