pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mozilla The extra libraries for SunOS are only bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d03835edf7c2
branches:  trunk
changeset: 462171:d03835edf7c2
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Sep 27 12:16:42 2003 +0000

description:
The extra libraries for SunOS are only built/needed for sparc.

diffstat:

 www/mozilla/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6c460d39a5f2 -r d03835edf7c2 www/mozilla/Makefile.common
--- a/www/mozilla/Makefile.common       Sat Sep 27 12:04:21 2003 +0000
+++ b/www/mozilla/Makefile.common       Sat Sep 27 12:16:42 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2003/07/29 15:09:09 mrg Exp $
+# $NetBSD: Makefile.common,v 1.22 2003/09/27 12:16:42 markd Exp $
 
 MOZ_DIST_VER?= ${MOZ_VER}
 DISTNAME?=     mozilla-source-${MOZ_DIST_VER}
@@ -73,7 +73,7 @@
 .endif
 PLIST_SUBST+=  SO_SUFFIX=${SO_SUFFIX}
 
-.if ${OPSYS} == "SunOS"
+.if (${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc")
 SUNOSLIB=
 .else
 SUNOSLIB=      "@comment "



Home | Main Index | Thread Index | Old Index