diff options
author | tron <tron@pkgsrc.org> | 2013-12-28 23:04:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-12-28 23:04:36 +0000 |
commit | 00a49589ab0cde0451592528a8b7d83a19d1cf23 (patch) | |
tree | 7034d1ffb5355a577a62e017baf92537c163557a /textproc | |
parent | 25353d22464169ce13eaa9d8ddaa284cbd8d08de (diff) | |
download | pkgsrc-00a49589ab0cde0451592528a8b7d83a19d1cf23.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" |