diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-06-15 03:55:12 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-06-15 03:55:12 +0000 |
commit | 8452ded7a8f0fb90911f0d39f59257f8f9185a2c (patch) | |
tree | 8881f6835200880c039e257e0668bef3607789ad | |
parent | Update to 1.13. Note: the iconv(1) utility is now licensed under GPLv3. (diff) |
- Pass $LDFLAGS with explicit $PREFIX to linker and configure.
-rw-r--r-- | textproc/openjade/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 98a1881ea64d..4757e55ebd30 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -55,5 +55,7 @@ post-install: # Therefore, we'd better remove all machine optimizations and any -O # other than -O{0,1,}. Idea taken from palm/prc-tools-gcc. CPPFLAGS:= -O ${CFLAGS:N-O*:N-m*} +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" .include <bsd.port.post.mk> |