1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/graphics/picturebook/files/patch-aa
Ollivier Robert 3b6cf62483 Unbreak for CURRENT.
Make it X11BASE/LOCALBASE-clean.

Transfert maintainership to freebsd-ports@ as I don't have a VAIO anymore.
2003-10-16 09:20:37 +00:00

15 lines
581 B
Plaintext

--- 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
-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
+SRCMD = pci_freebsd.c
+SRC = ${SRCMI} ${SRCMD}
OBJ = $(SRC:.c=.o)
LIBS = `imlib-config --libs`