1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/sysutils/xacpim/files/patch-Makefile
Clement Laforet 38bd40a7e9 - use ${X11BASE}
Forgotten by:	clement
2004-05-21 14:41:39 +00:00

16 lines
459 B
Plaintext

--- Makefile.orig Tue Dec 23 16:18:59 2003
+++ Makefile Fri May 21 16:40:21 2004
@@ -1,10 +1,9 @@
-CC = gcc
-CFLAGS = -O2 -ansi -Wall -L/usr/X11R6/lib -I/usr/X11R6/include
+CFLAGS += -L${X11BASE}/lib -I${X11BASE}/include
OBJS = main.o graphics.o sys.o osdep/freebsd.o
all:: ${OBJS}
- ${CC} -o xacpim *.o -lX11 -L/usr/X11R6/lib -I/usr/X11R6/include
+ ${CC} -o xacpim *.o -lX11 -L${X11BASE}/lib -I${X11BASE}/include
install:: xacpim
strip xacpim