summaryrefslogtreecommitdiff
path: root/converters/libmspub/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2014-06-01 04:01:06 +0000
committerryoon <ryoon>2014-06-01 04:01:06 +0000
commite7f0aa619715ab018085b7dab12af75b3ffd6488 (patch)
tree327267980321ec48706447f66bba17c6ee2a53d3 /converters/libmspub/Makefile
parenta88b0357cebfec1cef74d3d6e84556fa4241b93a (diff)
downloadpkgsrc-e7f0aa619715ab018085b7dab12af75b3ffd6488.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/libmspub/Makefile')
-rw-r--r--converters/libmspub/Makefile6
1 files changed, 4 insertions, 2 deletions
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"