pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox ... and fixed the fix. (I had forgotten on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42ba792feb9c
branches:  trunk
changeset: 507660:42ba792feb9c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Feb 06 09:57:56 2006 +0000

description:
... and fixed the fix. (I had forgotten one entry.)

diffstat:

 www/firefox/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r fdddbd5355ec -r 42ba792feb9c www/firefox/Makefile.common
--- a/www/firefox/Makefile.common       Mon Feb 06 09:55:16 2006 +0000
+++ b/www/firefox/Makefile.common       Mon Feb 06 09:57:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2006/02/06 09:55:16 rillig Exp $
+# $NetBSD: Makefile.common,v 1.6 2006/02/06 09:57:56 rillig Exp $
 
 MOZ_DIST_VER?=         ${MOZ_VER}
 DISTNAME?=             mozilla-${MOZ_DIST_VER}-source
@@ -112,8 +112,10 @@
 
 .if (${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc")
 PLIST_SUBST+=          SUNOSLIB=""
+SCRIPTS_ENV+=          SUNOSLIB=""
 .else
 PLIST_SUBST+=          SUNOSLIB="@comment "
+SCRIPTS_ENV+=          SUNOSLIB="@comment "
 .endif
 
 SCRIPTS_ENV+=          OBJECT_FMT=${OBJECT_FMT:Q}
@@ -131,7 +133,6 @@
 SCRIPTS_ENV+=          MOZILLA=${MOZILLA:Q}
 SCRIPTS_ENV+=          MOZILLA_BIN=${MOZILLA_BIN:Q}
 SCRIPTS_ENV+=          SO_SUFFIX=${SO_SUFFIX:Q}
-SCRIPTS_ENV+=          SUNOSLIB=${SUNOSLIB:Q}
 
 PTHREAD_OPTS+=         native optional
 



Home | Main Index | Thread Index | Old Index