aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-10-18 14:00:02 +0800
committerdinoex <dinoex@FreeBSD.org>2005-10-18 14:00:02 +0800
commitf776ccdef5e5eb16a0b17e263b9b19c82e0ae624 (patch)
tree51ba6d6c3f067b96d9b76e7169f6d800014cb127 /net
parent40dd08e4d2d8a584ea56bdef6d49e2b249b7b00f (diff)
downloadfreebsd-ports-gnome-f776ccdef5e5eb16a0b17e263b9b19c82e0ae624.tar.gz
freebsd-ports-gnome-f776ccdef5e5eb16a0b17e263b9b19c82e0ae624.tar.zst
freebsd-ports-gnome-f776ccdef5e5eb16a0b17e263b9b19c82e0ae624.zip
- make PREFIX safe
Reported by: kris
Diffstat (limited to 'net')
-rw-r--r--net/tinyldap/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tinyldap/files/patch-Makefile b/net/tinyldap/files/patch-Makefile
index 17afc494bd99..955da1826605 100644
--- a/net/tinyldap/files/patch-Makefile
+++ b/net/tinyldap/files/patch-Makefile
@@ -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