summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-02-04 18:16:55 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-02-04 18:16:55 +0000
commite713f7b4ec0ee56e93db6f0a57299c10826a57af (patch)
tree9462eb441f19fc56217e15f676ea4243807a4b93 /www/firefox
parent5217cd8a6d46e44cd0f283ff73fde531702d6fa1 (diff)
downloadpkgsrc-e713f7b4ec0ee56e93db6f0a57299c10826a57af.tar.gz
Add a NOT_SUNOSLIB to complement the SUNOSLIB variable. Needed by
firefox2.
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common
index aeba1fab84a..90b615f23c1 100644
--- a/www/firefox/Makefile.common
+++ b/www/firefox/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2007/01/16 23:35:16 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.16 2007/02/04 18:16:55 dmcmahill Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= mozilla-${MOZ_DIST_VER}-source
@@ -120,9 +120,13 @@ PLIST_SUBST+= SO_SUFFIX=${SO_SUFFIX:Q}
.if (${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc")
PLIST_SUBST+= SUNOSLIB=""
SCRIPTS_ENV+= SUNOSLIB=""
+PLIST_SUBST+= NOT_SUNOSLIB="@comment "
+SCRIPTS_ENV+= NOT_SUNOSLIB="@comment "
.else
PLIST_SUBST+= SUNOSLIB="@comment "
SCRIPTS_ENV+= SUNOSLIB="@comment "
+PLIST_SUBST+= NOT_SUNOSLIB=""
+SCRIPTS_ENV+= NOT_SUNOSLIB=""
.endif
.if ${OPSYS} == "SunOS" && ${PKGSRC_COMPILER} == "gcc"