pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mldonkey-gui Include "pthread.buildlink3.mk" to fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1197b01d4ca4
branches:  trunk
changeset: 491472:1197b01d4ca4
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Mar 24 16:16:10 2005 +0000

description:
Include "pthread.buildlink3.mk" to fix build problem after recent
update of the "ocaml" package.

diffstat:

 net/mldonkey-gui/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 1b5eb00c6f02 -r 1197b01d4ca4 net/mldonkey-gui/Makefile
--- a/net/mldonkey-gui/Makefile Thu Mar 24 16:14:03 2005 +0000
+++ b/net/mldonkey-gui/Makefile Thu Mar 24 16:16:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/12/25 19:14:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2005/03/24 16:16:10 tron Exp $
 #
 
 .include "../../net/mldonkey/Makefile.common"
@@ -22,5 +22,6 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/mlim ${PREFIX}/libexec/mldonkey
        ${INSTALL_PROGRAM} ${WRKSRC}/mlnet+gui ${PREFIX}/libexec/mldonkey
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../x11/lablgtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index