pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/evolution-data-server Include pthread.buildlink3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c3af90267da
branches:  trunk
changeset: 494235:3c3af90267da
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat May 21 14:45:44 2005 +0000

description:
Include pthread.buildlink3.mk as this requires POSIX threads directly.
Should fix build under NetBSD 1.6.2; seen in latest kristerw@'s bulk build.

diffstat:

 mail/evolution-data-server/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r ed319196bc25 -r 3c3af90267da mail/evolution-data-server/Makefile
--- a/mail/evolution-data-server/Makefile       Sat May 21 14:41:19 2005 +0000
+++ b/mail/evolution-data-server/Makefile       Sat May 21 14:45:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/19 21:04:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/21 14:45:44 jmmv Exp $
 #
 
 DISTNAME=      evolution-data-server-1.2.2
@@ -75,4 +75,5 @@
 .include "../../textproc/intltool/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index