diff options
author | tron <tron> | 2013-12-28 23:04:36 +0000 |
---|---|---|
committer | tron <tron> | 2013-12-28 23:04:36 +0000 |
commit | 8b27893c4b4e5abd1ed6780f74894ba63dfe1053 (patch) | |
tree | 7034d1ffb5355a577a62e017baf92537c163557a /textproc | |
parent | cac084bb3efc7cd7a64fef456c5e8fb0a2c744cb (diff) | |
download | pkgsrc-8b27893c4b4e5abd1ed6780f74894ba63dfe1053.tar.gz |
Remove "-thread" related part of the last change. This is not the
correct fix.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 4e5d71290e4..3a006e2b6a6 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2013/12/28 20:23:44 tron Exp $ +# $NetBSD: Makefile,v 1.128 2013/12/28 23:04:36 tron Exp $ DISTNAME= libxml2-2.9.1 PKGREVISION= 1 @@ -43,12 +43,6 @@ SUBST_SED.cat+= -e "s,@@XML_DEFAULT_CATALOG@@,${XML_DEFAULT_CATALOG},g" .if ${OPSYS} == "SunOS" BUILDLINK_TRANSFORM+= rm:-Werror=format=2 -.include "../../mk/compiler.mk" - -. if !empty(CC_VERSION:Mgcc-*) -BUILDLINK_TRANSFORM+= rename:-mt:-pthreads -BUILDLINK_TRANSFORM+= rename:-threads:-pthreads -. endif .endif .include "../../archivers/xz/buildlink3.mk" |