diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-18 06:00:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-18 06:00:02 +0000 |
commit | df643d5a10e385e874e219bf2f089712e223a986 (patch) | |
tree | 10c62bf52e651510b12e0888ad1070aa0e9e2624 /net/tinyldap | |
parent | 75aace985fdc22ca47e8c907b9b0422087f6855e (diff) |
- make PREFIX safe
Reported by: kris
Notes
Notes:
svn path=/head/; revision=145716
Diffstat (limited to 'net/tinyldap')
-rw-r--r-- | net/tinyldap/files/patch-Makefile | 4 |
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 |