diff options
author | joerg <joerg> | 2006-04-28 11:10:02 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-04-28 11:10:02 +0000 |
commit | 16a025396eebc6845afa984d002df521e133a76b (patch) | |
tree | 6267631ba55502cab919f6e8f9816039b4905cae /chat | |
parent | 813e7f9f429f4105931e959ab0e2f96c8d20d7fc (diff) | |
download | pkgsrc-16a025396eebc6845afa984d002df521e133a76b.tar.gz |
When trying to detect qt-mt, don't forget to link pthread.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/licq-gui-qt/Makefile | 3 | ||||
-rw-r--r-- | chat/licq-gui-qt/distinfo | 3 | ||||
-rw-r--r-- | chat/licq-gui-qt/patches/patch-aa | 15 |
3 files changed, 19 insertions, 2 deletions
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile index 18f1cbc708a..f737efea6d6 100644 --- a/chat/licq-gui-qt/Makefile +++ b/chat/licq-gui-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/17 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/28 11:10:02 joerg Exp $ # DISTNAME= licq-1.2.6 @@ -29,4 +29,5 @@ WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/qt-gui} INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-* .include "../../x11/qt3-libs/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/licq-gui-qt/distinfo b/chat/licq-gui-qt/distinfo index 654e21c933c..04f38c3a310 100644 --- a/chat/licq-gui-qt/distinfo +++ b/chat/licq-gui-qt/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 15:59:12 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/04/28 11:10:02 joerg Exp $ SHA1 (licq-1.2.6.tar.bz2) = fef2d6d8c9a368313335f3ac0e86128aa24133ef RMD160 (licq-1.2.6.tar.bz2) = fcb2e19bf7d30c1824392a9be3ea1619072e4ce5 Size (licq-1.2.6.tar.bz2) = 3282918 bytes +SHA1 (patch-aa) = b14e54362a10d1de9acac6cb8e11739d85838ff9 diff --git a/chat/licq-gui-qt/patches/patch-aa b/chat/licq-gui-qt/patches/patch-aa new file mode 100644 index 00000000000..2c981f21dc5 --- /dev/null +++ b/chat/licq-gui-qt/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2006/04/28 11:10:02 joerg Exp $ + +--- configure.orig 2006-04-28 10:36:59.000000000 +0000 ++++ configure +@@ -17307,8 +17307,8 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + save_LIBS="$LIBS" + + CXXFLAGS="$CXXFLAGS $QT_INCLUDES $X_CFLAGS" +- LDFLAGS="$X_LIBS $QT_LDFLAGS $LDFLAGS" +- LIBS="$LIB_QT $X_PRE_LIBS -lX11 -lXext $LIBS" ++ LDFLAGS="$X_LIBS $QT_LDFLAGS $LDFLAGS $PTHREAD_LDFLAGS" ++ LIBS="$LIB_QT $X_PRE_LIBS -lX11 -lXext $LIBS $PTHREAD_LIBS" + + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" |