diff options
author | wiz <wiz@pkgsrc.org> | 2000-05-18 00:09:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-05-18 00:09:06 +0000 |
commit | 70f0945560f11dea6637a61d993b96324f5738de (patch) | |
tree | c2a98f125a4e46ec20030abc227e8d32f6a476e3 /converters/wv | |
parent | 1ac2657c7abf2e303844cd3c618104a3379525a3 (diff) | |
download | pkgsrc-70f0945560f11dea6637a61d993b96324f5738de.tar.gz |
make it run on current/ELF
Diffstat (limited to 'converters/wv')
-rw-r--r-- | converters/wv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile index f9ef65629ec..286cbb2eabd 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/27 22:09:18 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/18 00:09:06 wiz Exp $ # DISTNAME= wv-0.5.43 @@ -18,6 +18,7 @@ MAKE_ENV+= RM="${RM}" WRKSRC= ${WRKDIR}/wv GNU_CONFIGURE= YES +LDFLAGS+= -Wl,-R${X11BASE}/lib post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wv |