diff options
author | kleink <kleink@pkgsrc.org> | 1999-07-15 12:27:36 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 1999-07-15 12:27:36 +0000 |
commit | 301e438b2c3547afad6221191814e49aec0bab6e (patch) | |
tree | 70f991b1ed78916911d53ef876b3bfc44dc4faff | |
parent | d3e0657e1faf8fadf6bdcb15440d629675e644c1 (diff) | |
download | pkgsrc-301e438b2c3547afad6221191814e49aec0bab6e.tar.gz |
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.
-rw-r--r-- | print/acroread/Makefile | 4 |
1 files 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 |