diff options
Diffstat (limited to 'multimedia/mpeg2play/files/patch-aa')
-rw-r--r-- | multimedia/mpeg2play/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/mpeg2play/files/patch-aa b/multimedia/mpeg2play/files/patch-aa new file mode 100644 index 0000000..e554f46 --- /dev/null +++ b/multimedia/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 |