summaryrefslogtreecommitdiff
path: root/graphics/mpeg2play/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-10 05:38:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-10 05:38:41 +0000
commit048b264d7e23b7455fa1daf25585ca272db44cf0 (patch)
treec6e1b9e626a0a66b4b67df0b7931aa1746cc4a06 /graphics/mpeg2play/files
parentmpeg-2 encoder/decoder. (diff)
An mpeg2 movie player.
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
Notes
Notes: svn path=/head/; revision=3339
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