summaryrefslogtreecommitdiff
path: root/converters
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
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')
-rw-r--r--converters/libabw/Makefile6
-rw-r--r--converters/libe-book/Makefile6
-rw-r--r--converters/libetonyek/Makefile4
-rw-r--r--converters/libfreehand/Makefile4
-rw-r--r--converters/libmspub/Makefile6
-rw-r--r--converters/libwps/Makefile4
6 files changed, 19 insertions, 11 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"
diff --git a/converters/libe-book/Makefile b/converters/libe-book/Makefile
index 329e8166115..a517d4b24bc 100644
--- a/converters/libe-book/Makefile
+++ b/converters/libe-book/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/13 18:54:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libe-book-0.0.3
PKGREVISION= 1
@@ -16,7 +16,9 @@ TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
+
+BUILDLINK_TRANSFORM+= rm:-Werror
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-docs
diff --git a/converters/libetonyek/Makefile b/converters/libetonyek/Makefile
index d8b0a7bb51a..6337ae2f600 100644
--- a/converters/libetonyek/Makefile
+++ b/converters/libetonyek/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/04 17:03:11 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libetonyek-0.0.4
CATEGORIES= converters
@@ -15,7 +15,7 @@ TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-docs
diff --git a/converters/libfreehand/Makefile b/converters/libfreehand/Makefile
index 4a870f60d42..297bdcdfedc 100644
--- a/converters/libfreehand/Makefile
+++ b/converters/libfreehand/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/29 23:35:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libfreehand-0.0.0
PKGREVISION= 1
@@ -16,7 +16,7 @@ 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
diff --git a/converters/libmspub/Makefile b/converters/libmspub/Makefile
index f4a29c11635..f88e87e9c4b 100644
--- a/converters/libmspub/Makefile
+++ b/converters/libmspub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/04/09 07:27:03 obache Exp $
+# $NetBSD: Makefile,v 1.7 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libmspub-0.0.6
PKGREVISION= 4
@@ -14,9 +14,11 @@ LICENSE= mpl-1.1 OR gnu-lgpl-v2 OR gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --without-docs
+BUILDLINK_TRANSFORM+= rm:-Werror
+
PKGCONFIG_OVERRIDE+= libmspub.pc.in
.include "../../mk/compiler.mk"
diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile
index a4a85ab5105..27b63970e4d 100644
--- a/converters/libwps/Makefile
+++ b/converters/libwps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/05/13 18:54:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libwps-0.2.4
CATEGORIES= converters
@@ -17,6 +17,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-docs
PKGCONFIG_OVERRIDE+= libwps-0.2.pc.in
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field -Wno-unused-const-variable