summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorenami <enami>2001-11-14 23:03:38 +0000
committerenami <enami>2001-11-14 23:03:38 +0000
commit39689e0382f45071be90d9b352a2e40523edbfa1 (patch)
tree8f3a02c329ab24fbdb09b8d5360b2e94570719c9 /www
parent39f6d5e456acf66db3afe547fe66133cc41b28f3 (diff)
downloadpkgsrc-39689e0382f45071be90d9b352a2e40523edbfa1.tar.gz
Pass LIBRUNPATH via CONFIGURE_ENV also since this is refered from configure
script in addtion to makefile fragments. It looks like this is now necessary to embedd rpath into some shared object after recent bsd.pkg.mk change.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 0ab2b76c211..f9cb5e0f3ad 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2001/10/26 15:27:56 taya Exp $
+# $NetBSD: Makefile,v 1.76 2001/11/14 23:03:38 enami Exp $
MOZ_VER= 0.9.5
NB_VER= nb1
@@ -40,6 +40,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.4Z[A-Z]-i386 \
MOZ_LIBDIR= ${PREFIX}/lib/mozilla
MAKE_ENV+= LIBRUNPATH=${MOZ_LIBDIR}
+CONFIGURE_ENV+= LIBRUNPATH=${MOZ_LIBDIR}
LDFLAGS+= -Wl,-R${MOZ_LIBDIR}
PLIST_SRC= ${PKGDIR}/PLIST-${OBJECT_FMT}