diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-10-18 14:00:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-10-18 14:00:02 +0800 |
commit | f776ccdef5e5eb16a0b17e263b9b19c82e0ae624 (patch) | |
tree | 51ba6d6c3f067b96d9b76e7169f6d800014cb127 /net | |
parent | 40dd08e4d2d8a584ea56bdef6d49e2b249b7b00f (diff) | |
download | freebsd-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-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 |