diff options
author | tron <tron> | 2002-12-05 12:24:37 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-05 12:24:37 +0000 |
commit | 6e3311218119532d00ecfc2d80fae1e5f502f90a (patch) | |
tree | 6b865a03cfba0a5c7bd56245514044609598c233 /net/kdenetwork2 | |
parent | 4e73c02d90bc2044430d4375565ae513ca6570b1 (diff) | |
download | pkgsrc-6e3311218119532d00ecfc2d80fae1e5f502f90a.tar.gz |
Add work arround for problem in buildlink2 framework which makes libtool's
attempt to relink the shared libraries fail.
Diffstat (limited to 'net/kdenetwork2')
-rw-r--r-- | net/kdenetwork2/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index c9ac102b716..8ab7e228446 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2002/11/01 16:34:41 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2002/12/05 12:24:37 tron Exp $ DISTNAME= kdenetwork-2.2.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net COMMENT= Network modules for the KDE integrated X11 desktop @@ -12,6 +12,10 @@ BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde USE_BUILDLINK2= YES PTHREAD_OPTS+= require +post-build: + cd ${BUILDLINK_DIR}/lib; \ + ${FIND} ${WRKSRC} -name "lib*.so" | ${XARGS} -n 1 ${LN} -fs + .include "../../converters/uulib/buildlink2.mk" .include "../../databases/gdbm/buildlink2.mk" .include "../../x11/kde2/buildlink2.mk" |