From 0d24ce472965b1af574ee8eab914346a50d93ab0 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 14 Sep 1999 22:58:51 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'. --- multimedia/mpeg2codec/files/patch-aa | 40 ------------------------------------ 1 file changed, 40 deletions(-) delete mode 100644 multimedia/mpeg2codec/files/patch-aa (limited to 'multimedia/mpeg2codec/files/patch-aa') diff --git a/multimedia/mpeg2codec/files/patch-aa b/multimedia/mpeg2codec/files/patch-aa deleted file mode 100644 index 4dab9efa9c97..000000000000 --- a/multimedia/mpeg2codec/files/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ ---- Makefile.orig Sat Jul 20 03:35:46 1996 -+++ Makefile Tue Jan 5 16:34:35 1999 -@@ -30,31 +30,30 @@ - # uncomment the following two lines if you want to include X11 support - # (mpeg2decode) - --#USE_DISP = -DDISPLAY -+USE_DISP = -DDISPLAY - #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) - # (mpeg2decode) - --#USE_SHMEM = -DSH_MEM --#LIBS = -lXext -lX11 -+USE_SHMEM = -DSH_MEM -+LIBS = -lXext -lX11 - - # if your X11 include files / libraries are in a non standard location: - # set INCLUDEDIR to -I followed by the appropriate include file path and - # set LIBRARYDIR to -L followed by the appropriate library path - # (mpeg2decode) - --#INCLUDEDIR = -I/usr/openwin/include --#LIBRARYDIR = -L/usr/openwin/lib -+INCLUDEDIR = -I${X11BASE}/include -+LIBRARYDIR = -L${X11BASE}/lib - - # select one of the following CC CFLAGS settings - - # - # GNU gcc - # --CC = gcc --CFLAGS = -O2 -+CC = cc - - all: mpeg2decode mpeg2encode - -- cgit v1.2.3