pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/clearsilver Include pthread.buildlink3.mk and set ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/924ad4138324
branches:  trunk
changeset: 485309:924ad4138324
user:      epg <epg%pkgsrc.org@localhost>
date:      Sun Dec 05 21:53:51 2004 +0000

description:
Include pthread.buildlink3.mk and set PTHREAD_OPTS+=require.  This was
handled for us when it was all in a single package depending on a
threaded python.  I think this fixes NetBSD < 2.0 build.

diffstat:

 www/clearsilver/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6b1ec700cf28 -r 924ad4138324 www/clearsilver/Makefile.common
--- a/www/clearsilver/Makefile.common   Sun Dec 05 21:05:14 2004 +0000
+++ b/www/clearsilver/Makefile.common   Sun Dec 05 21:53:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2004/11/29 00:08:57 epg Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/12/05 21:53:51 epg Exp $
 
 DISTNAME=              clearsilver-0.9.13
 CLEARSILVER_BASE=       ${DISTNAME:S/-/-base-/}
@@ -27,4 +27,7 @@
 CONFIGURE_ARGS+=       --disable-python
 CONFIGURE_ARGS+=       --disable-ruby
 
+PTHREAD_OPTS+=         require
+
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index