From b4d25dbfef5113c82122722e6204c3491306636d Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 4 Dec 2002 07:59:36 +0000 Subject: Add work arround for problem in buildlink2 framework which makes libtool's attempt to relink the shared libraries fail. --- textproc/jade/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 2698c8756ad..0508354db4b 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/08/25 18:40:03 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2002/12/04 07:59:36 tron Exp $ DISTNAME= jade-1.2.1 PKGREVISION= 4 @@ -49,6 +49,10 @@ post-install: # Installed by print/tex-jadetex ${RM} ${PREFIX}/share/sgml/jade/*jadetex.* +post-build: + cd ${BUILDLINK_DIR}/lib; \ + ${FIND} ${WRKSRC} -name "lib*.so" | ${XARGS} -n 1 ${LN} -fs + .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3