From 674571ffd7fe42ab688e098784aa2280aacf3691 Mon Sep 17 00:00:00 2001 From: mrg Date: Sun, 8 Dec 2002 01:54:19 +0000 Subject: the solaris dynamic linker is called /usr/lib/ld.so.1, not /usr/lib/ld.so. the latter is the a.out dynamic linker. as we're using the ELF navigator, look for the ELF dynamic linker. --- www/navigator/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/navigator') diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 0695c6dbd10..aa3d01667d5 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.57 2002/12/07 02:39:07 schmonz Exp $ +# $NetBSD: Makefile.common,v 1.58 2002/12/08 01:54:19 mrg Exp $ # # Common include file for communicator and navigator packages @@ -94,7 +94,7 @@ MASTER_SITES= ftp://archive.netscape.com/archive/communicator/${SUB}/ # .elif (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64") PLIST_ARCH= solaris-sparc -.if !exists(/emul/svr4/usr/lib/ld.so) +.if !exists(/emul/svr4/usr/lib/ld.so.1) PKG_FAIL_REASON= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" .endif NS_VERS= 4.79 -- cgit v1.2.3