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 /audio | |
parent | 3bdf5fe6b07cef91b548035259b18c45d404935d (diff) | |
download | pkgsrc-7fa5e584e17ab006dabc015b361f6b661fa413fc.tar.gz |
Add appropriate definitions of LDD so check-shlibs works correctly.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/realplayer7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/realplayer7/Makefile b/audio/realplayer7/Makefile index c73be6149ed..c3df9c2c673 100644 --- a/audio/realplayer7/Makefile +++ b/audio/realplayer7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/18 22:46:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/25 00:20:21 jlam Exp $ # DISTNAME= rp7_linux20_libc6_i386_cs1 @@ -31,6 +31,7 @@ EXTRACT_CMD= HOME=${WRKDIR} XAUTHORITY=${XAUTHORITY} ${RP_INSTALLER} .else EXTRACT_CMD= HOME=${WRKDIR} ${RP_INSTALLER} .endif +LDD?= /emul/linux/usr/bin/ldd DOWNLOAD= http://proforma.real.com/real/player/unix/unix.html REALPLAYER_HOME= ${PREFIX}/lib/RealPlayer7 |