summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authorenami <enami@pkgsrc.org>2001-11-14 23:03:38 +0000
committerenami <enami@pkgsrc.org>2001-11-14 23:03:38 +0000
commit488176ccfda66df55af7b8e03024218a55953658 (patch)
tree8f3a02c329ab24fbdb09b8d5360b2e94570719c9 /www/mozilla
parent8e58770bc95c8421dae2b3132956545e6a9d60f6 (diff)
downloadpkgsrc-488176ccfda66df55af7b8e03024218a55953658.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/mozilla')
-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}