pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxslt Back out previous -- need for threads...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56402160600f
branches:  trunk
changeset: 462857:56402160600f
user:      kim <kim%pkgsrc.org@localhost>
date:      Thu Oct 16 13:15:23 2003 +0000

description:
Back out previous -- need for threads was caused by old libxml2, and
textproc/libxml2/buildlink2.mk not requiring a recent enough version.

diffstat:

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

diffs (23 lines):

diff -r 1033401b1149 -r 56402160600f textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Thu Oct 16 12:58:38 2003 +0000
+++ b/textproc/libxslt/Makefile Thu Oct 16 13:15:23 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/10/16 04:23:29 kim Exp $
+# $NetBSD: Makefile,v 1.28 2003/10/16 13:15:23 kim Exp $
 
 DISTNAME=      libxslt-1.0.33
 PKGNAME=       ${DISTNAME}
@@ -15,7 +15,6 @@
 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}
@@ -26,5 +25,4 @@
 
 .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