pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Add a NOT_SUNOSLIB to complement the SUNOS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b8e7654663e
branches: trunk
changeset: 524985:7b8e7654663e
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sun Feb 04 18:16:55 2007 +0000
description:
Add a NOT_SUNOSLIB to complement the SUNOSLIB variable. Needed by
firefox2.
diffstat:
www/firefox/Makefile.common | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r fe1f5d54b0f3 -r 7b8e7654663e www/firefox/Makefile.common
--- a/www/firefox/Makefile.common Sun Feb 04 16:27:42 2007 +0000
+++ b/www/firefox/Makefile.common Sun Feb 04 18:16:55 2007 +0000
@@ -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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index