pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxslt This package uses threads, so include...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18af8241ab95
branches:  trunk
changeset: 462837:18af8241ab95
user:      kim <kim%pkgsrc.org@localhost>
date:      Thu Oct 16 04:23:29 2003 +0000

description:
This package uses threads, so include mk/pthread.buildlink2.mk

diffstat:

 textproc/libxslt/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 1158611cc071 -r 18af8241ab95 textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Wed Oct 15 23:41:31 2003 +0000
+++ b/textproc/libxslt/Makefile Thu Oct 16 04:23:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/10/05 10:28:42 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2003/10/16 04:23:29 kim Exp $
 
 DISTNAME=      libxslt-1.0.33
 PKGNAME=       ${DISTNAME}
@@ -15,6 +15,7 @@
 USE_LIBTOOL=           yes
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 PKGCONFIG_OVERRIDE=    ${WRKSRC}/libxslt.pc.in
+PTHREAD_OPTS+=         require
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2}
@@ -25,4 +26,5 @@
 
 .include "../../textproc/libxml2/buildlink2.mk"
 .include "../../lang/perl5/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index