diff options
-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 |