diff options
Diffstat (limited to 'graphics/picturebook/files/patch-aa')
-rw-r--r-- | graphics/picturebook/files/patch-aa | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/picturebook/files/patch-aa b/graphics/picturebook/files/patch-aa index 399cd3aed5a6..a9ef7cee4946 100644 --- a/graphics/picturebook/files/patch-aa +++ b/graphics/picturebook/files/patch-aa @@ -1,8 +1,9 @@ ---- ../picturebook.orig/Makefile Mon Apr 23 23:33:16 2001 -+++ Makefile Mon Apr 23 23:35:31 2001 +--- Makefile.old Tue Jan 16 04:15:11 2001 ++++ Makefile Thu Oct 16 07:27:02 2003 @@ -1,5 +1,9 @@ - CFLAGS = -DWITH_DISPLAY=1 -Wall -O2 -g -I/usr/X11R6/include -I/usr/local/include +-CFLAGS = -DWITH_DISPLAY=1 -Wall -O2 -g -I/usr/X11R6/include -I/usr/local/include -SRC = mchip.c capture.c dump.c sonypi.c pci.c yuv.c timer.c avi.c command.c display.c ptable.c jpeg.c ++CFLAGS += -DWITH_DISPLAY=1 -I${X11BASE}/include -I${LOCALBASE}/include +SRCMI = mchip.c capture.c dump.c sonypi.c yuv.c timer.c avi.c command.c display.c ptable.c jpeg.c +#LINUX +#SRCMD = pci.c |