diff options
author | taya <taya@pkgsrc.org> | 2004-06-01 15:01:17 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-06-01 15:01:17 +0000 |
commit | 3ebf4b049d7f7007c107d6f53fbd5d66662d7049 (patch) | |
tree | fb196efdfcbd950e3cb4bf7b1602ea314e8feeb5 /www/mozilla/Makefile.common | |
parent | 954d49a3284f6b03dfbc23add85c461b5816085b (diff) | |
download | pkgsrc-3ebf4b049d7f7007c107d6f53fbd5d66662d7049.tar.gz |
- remove user profile directory created while installation. fix pkg/24609.
- correct ARM architecture handling
- add g++-3.0 support for xpcom module on alpha
- bump PKGREVISION
Diffstat (limited to 'www/mozilla/Makefile.common')
-rw-r--r-- | www/mozilla/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 52428abc77f..3051c7003e1 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2004/04/25 13:07:19 tron Exp $ +# $NetBSD: Makefile.common,v 1.39 2004/06/01 15:01:17 taya Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-source-${MOZ_DIST_VER} @@ -70,6 +70,7 @@ LDFLAGS+= -Wl,${RPATH_FLAG}${MOZ_LIBDIR} MAKE_ENV+= MOZ_INTERNAL_LIBART_LGPL=1 CONFIGURE_ENV+= MOZ_INTERNAL_LIBART_LGPL=1 CONFIGURE_ARGS+= --enable-svg +CONFIGURE_ARGS+= --enable-svg-renderer-libart .endif .ifdef BUILD_CALENDAR @@ -87,6 +88,9 @@ CONFIGURE_ARGS+= --enable-xinerama # avoid creating a .mozilla directory in the users home # directory SCRIPTS_ENV+= HOME="${WRKDIR}" +.if (${MOZCONFDIR} != "") +SCRIPTS_ENV+= TMPMOZCONFDIR="${WRKDIR}/${MOZCONFDIR}" +.endif PLIST_SUBST+= MOZILLA=${MOZILLA} PLIST_SUBST+= MOZILLA_BIN=${MOZILLA_BIN} |