aboutsummaryrefslogtreecommitdiff
path: root/graphics/picturebook/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/picturebook/files/patch-aa')
-rw-r--r--graphics/picturebook/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/picturebook/files/patch-aa b/graphics/picturebook/files/patch-aa
new file mode 100644
index 000000000000..399cd3aed5a6
--- /dev/null
+++ b/graphics/picturebook/files/patch-aa
@@ -0,0 +1,13 @@
+--- ../picturebook.orig/Makefile Mon Apr 23 23:33:16 2001
++++ Makefile Mon Apr 23 23:35:31 2001
+@@ -1,5 +1,9 @@
+ 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
++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
++SRCMD = pci_freebsd.c
++SRC = ${SRCMI} ${SRCMD}
+ OBJ = $(SRC:.c=.o)
+ LIBS = `imlib-config --libs`
+