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.
This commit is contained in:
epg 2004-12-05 21:53:51 +00:00
parent 2be3c5f412
commit cc45972504

View file

@ -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-perl
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-ruby
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"