From 301e438b2c3547afad6221191814e49aec0bab6e Mon Sep 17 00:00:00 2001 From: kleink Date: Thu, 15 Jul 1999 12:27:36 +0000 Subject: Even though it's not sufficient as a check for a complete Linux emulation setup, at least check for the ld.so version actually required by the i386 executable; addresses PR pkg/7983. --- print/acroread/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/acroread/Makefile b/print/acroread/Makefile index f5ae26ab117..12e456b7e28 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/07/01 23:28:31 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/07/15 12:27:36 kleink Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.0 @@ -14,7 +14,7 @@ RESTRICTED= "Original installer required to redistribute." NO_BUILD= YES .if (${MACHINE_ARCH} == "i386") -.if !exists(/emul/linux/lib/ld-linux.so.2) +.if !exists(/emul/linux/lib/ld-linux.so.1) IGNORE= requires Linux glibc2 libraries - see compat_linux(8) .endif DISTNAME= linux-ar-40 -- cgit v1.2.3