summaryrefslogtreecommitdiff
path: root/graphics/mpeg2play/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mpeg2play/files')
-rw-r--r--graphics/mpeg2play/files/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/mpeg2play/files/patch-aa b/graphics/mpeg2play/files/patch-aa
new file mode 100644
index 000000000000..e554f46db990
--- /dev/null
+++ b/graphics/mpeg2play/files/patch-aa
@@ -0,0 +1,22 @@
+--- Makefile 1996/06/18 18:52:34 1.1
++++ Makefile 1996/06/18 20:40:21
+@@ -44,8 +44,8 @@
+ # set INCLUDEDIR to -I followed by the appropriate include file path and
+ # set LIBRARYDIR to -L followed by the appropriate library path and
+
+-#INCLUDEDIR = -I/usr/include
+-#LIBRARYDIR = -L/usr/lib
++INCLUDEDIR = -I${X11BASE}/include
++LIBRARYDIR = -L${X11BASE}/lib
+
+ # select one of the following CC CFLAGS settings
+
+@@ -53,7 +53,7 @@
+ # GNU gcc
+ #
+ CC = gcc
+-CFLAGS = -O2 $(USE_DISP) $(USE_SHMEM) $(USE_TIME) $(INCLUDEDIR)
++CFLAGS = -O2 -m486 $(USE_DISP) $(USE_SHMEM) $(USE_TIME) $(INCLUDEDIR)
+
+ #
+ # SPARCworks acc