diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-06-15 11:55:12 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-06-15 11:55:12 +0800 |
commit | 6cf933fe2998c43639a94c59900e5b437c386107 (patch) | |
tree | da8663e65c1348695ca7359baa1a4d7c70e967c2 /textproc/openjade | |
parent | 723604bb8408b564147d9438a742b739165de646 (diff) | |
download | freebsd-ports-gnome-6cf933fe2998c43639a94c59900e5b437c386107.tar.gz freebsd-ports-gnome-6cf933fe2998c43639a94c59900e5b437c386107.tar.zst freebsd-ports-gnome-6cf933fe2998c43639a94c59900e5b437c386107.zip |
- Pass $LDFLAGS with explicit $PREFIX to linker and configure.
Diffstat (limited to 'textproc/openjade')
-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> |