diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-25 00:20:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-25 00:20:21 +0000 |
commit | 7fa5e584e17ab006dabc015b361f6b661fa413fc (patch) | |
tree | 65e6f0378225869a785507f61e73ff3ee224c14d /graphics/ns-flash | |
parent | 3bdf5fe6b07cef91b548035259b18c45d404935d (diff) | |
download | pkgsrc-7fa5e584e17ab006dabc015b361f6b661fa413fc.tar.gz |
Add appropriate definitions of LDD so check-shlibs works correctly.
Diffstat (limited to 'graphics/ns-flash')
-rw-r--r-- | graphics/ns-flash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile index b1faf19812e..503805f5e8b 100644 --- a/graphics/ns-flash/Makefile +++ b/graphics/ns-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/25 00:20:23 jlam Exp $ # PKGNAME= ns-flash-4.0r12 @@ -12,9 +12,11 @@ ONLY_FOR_PLATFORM= *-*-i386 SunOS-*-sparc DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux DISTUNAME= linux WRKNAME= Linux +LDD?= /emul/linux/usr/bin/ldd .elif ${MACHINE_ARCH} == "sparc" && ${OPSYS} == "SunOS" DISTUNAME= solaris WRKNAME= Solaris +LDD?= ${TRUE} .endif DISTNAME= flash_${DISTUNAME} |