summaryrefslogtreecommitdiff
path: root/multimedia/mpeg2codec/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg2codec/files/patch-aa')
-rw-r--r--multimedia/mpeg2codec/files/patch-aa18
1 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/mpeg2codec/files/patch-aa b/multimedia/mpeg2codec/files/patch-aa
index 44805e70d67d..cc0c7428c543 100644
--- a/multimedia/mpeg2codec/files/patch-aa
+++ b/multimedia/mpeg2codec/files/patch-aa
@@ -1,13 +1,12 @@
---- Makefile 1996/06/18 18:44:04 1.1
-+++ Makefile 1996/06/18 19:46:05
-@@ -30,23 +30,23 @@
+--- Makefile 1996/11/25 19:40:19 1.1
++++ Makefile 1996/11/25 21:33:39
+@@ -30,31 +30,31 @@
# uncomment the following two lines if you want to include X11 support
# (mpeg2decode)
-#USE_DISP = -DDISPLAY
--#LIBS = -lX11
+USE_DISP = -DDISPLAY
-+LIBS = -lX11
+ #LIBS = -lX11
# uncomment the following two lines if you want to use shared memory
# (faster display if server and client run on the same machine)
@@ -30,12 +29,13 @@
# select one of the following CC CFLAGS settings
-@@ -54,7 +54,7 @@
+ #
# GNU gcc
#
- CC = gcc
+-CC = gcc
-CFLAGS = -O2
++CC = cc
+CFLAGS = -O2 -m486
- #
- # SPARCworks acc
+ all: mpeg2decode mpeg2encode
+