aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/openjade
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2009-06-15 11:55:12 +0800
committerkuriyama <kuriyama@FreeBSD.org>2009-06-15 11:55:12 +0800
commit6cf933fe2998c43639a94c59900e5b437c386107 (patch)
treeda8663e65c1348695ca7359baa1a4d7c70e967c2 /textproc/openjade
parent723604bb8408b564147d9438a742b739165de646 (diff)
downloadfreebsd-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/Makefile2
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>