diff options
author | tron <tron> | 2000-08-29 12:41:04 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-29 12:41:04 +0000 |
commit | 215b634795ae2dfe83c31f10c2dd1833e8e28823 (patch) | |
tree | f1caf0a2f09d0c80e2b521ff81b1fe79c2cad4c3 /print | |
parent | 40381e7fbf2905f646bb86d4c2de9efd01264eaf (diff) | |
download | pkgsrc-215b634795ae2dfe83c31f10c2dd1833e8e28823.tar.gz |
Set "LDD" to "${TRUE}" on the i386 port because the Linux shared libraries
won't be found without the wrapper script.
Diffstat (limited to 'print')
-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 b34b614ece0..46dca3d57c8 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/08/25 00:20:24 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/29 12:41:04 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.05 @@ -25,7 +25,7 @@ DEPENDS= suse_linux>=6.1:../../emulators/suse_linux DISTNAME= linux-ar-405 PLATFORM= intellinux WRKSRC= ${WRKDIR}/ILINXR.install -LDD?= /emul/linux/usr/bin/ldd +LDD?= ${TRUE} .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) IGNORE= '${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)' |