summaryrefslogtreecommitdiff
path: root/converters/libabw
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-06-01 04:01:06 +0000
committerryoon <ryoon@pkgsrc.org>2014-06-01 04:01:06 +0000
commitcc6d2bda91df5ecbc67c112559ed07173f353ac4 (patch)
tree327267980321ec48706447f66bba17c6ee2a53d3 /converters/libabw
parentd4185afe8ed3a05b89069ed3a3af24cb0881780f (diff)
downloadpkgsrc-cc6d2bda91df5ecbc67c112559ed07173f353ac4.tar.gz
Fix FreeBSD 10.0 clang build
* clang is needed as C preprocessor. Do not fail configure script. * Disable -Werror flag
Diffstat (limited to 'converters/libabw')
-rw-r--r--converters/libabw/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/converters/libabw/Makefile b/converters/libabw/Makefile
index af8f93a4da2..36d9845e99b 100644
--- a/converters/libabw/Makefile
+++ b/converters/libabw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/29 23:35:21 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libabw-0.0.2
PKGREVISION= 1
@@ -16,12 +16,14 @@ TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= perl:build pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --without-docs
PKGCONFIG_OVERRIDE+= libabw.pc.in
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../converters/libwpd/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"