pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlstarlet Add pthread.buildlink3.mk to make ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c01c5e26251b
branches:  trunk
changeset: 480532:c01c5e26251b
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Sep 12 21:23:16 2004 +0000

description:
Add pthread.buildlink3.mk to make this package build on NetBSD 1.6.

diffstat:

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

diffs (20 lines):

diff -r 56afcb83ceef -r c01c5e26251b textproc/xmlstarlet/Makefile
--- a/textproc/xmlstarlet/Makefile      Sun Sep 12 21:02:49 2004 +0000
+++ b/textproc/xmlstarlet/Makefile      Sun Sep 12 21:23:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/24 11:59:23 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2004/09/12 21:23:16 kristerw Exp $
 #
 
 DISTNAME=              xmlstarlet-0.9.3
@@ -14,8 +14,10 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2}
 CONFIGURE_ARGS+=       --with-libxslt-prefix=${BUILDLINK_PREFIX.libxslt}
+PTHREAD_OPTS+=         require
 
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index