1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- make PREFIX safe

Reported by:	kris
This commit is contained in:
Dirk Meyer 2005-10-18 06:00:02 +00:00
parent 75aace985f
commit df643d5a10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145716

View File

@ -19,8 +19,8 @@
ifneq ($(DIET),)
LIBS+=-llatin1
endif
+CFLAGS+=-I. -I/usr/local/include/libowfat
+LDFLAGS+=-L/usr/local/lib
+CFLAGS+=-I. -I${LOCALBASE}/include/libowfat
+LDFLAGS+=-L${LOCALBASE}/lib
+LIBS+=-lmd
%.o: %.c