Add work arround for problem in buildlink2 framework which makes libtool's
attempt to relink the shared libraries fail.
This commit is contained in:
parent
fa605dd8d7
commit
3b12bc55f1
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue