diff options
author | rodent <rodent@pkgsrc.org> | 2014-12-12 00:24:42 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-12-12 00:24:42 +0000 |
commit | 9268d5f962db9a4a68f26e4e3e114b7578f9d108 (patch) | |
tree | 2f76577d6c53c5e764c26159c2300aee7c8bb6ee /x11 | |
parent | f2914d6217d9badf3eb8fdf7f11163a023223a8b (diff) | |
download | pkgsrc-9268d5f962db9a4a68f26e4e3e114b7578f9d108.tar.gz |
Allow build on Linux to finish. Suggestion reported by Kamil Rytarowski on
tech-pkg@. Bug has been reported upstream and can be tracked here:
https://bugs.freedesktop.org/show_bug.cgi?id=87243
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfwp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xfwp/Makefile b/x11/xfwp/Makefile index 352320da769..42f73aee251 100644 --- a/x11/xfwp/Makefile +++ b/x11/xfwp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/06 02:16:02 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2014/12/12 00:24:42 rodent Exp $ DISTNAME= xfwp-1.0.3 CATEGORIES= net @@ -13,6 +13,12 @@ LICENSE= x11 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +.include "../../mk/bsd.fast.prefs.mk" + +.if ${OPSYS} == "Linux" +CONFIGURE_ARGS+= --disable-strict-compilation --disable-selective-werror +.endif + .include "../../x11/xproxymanagementprotocol/buildlink3.mk" .include "../../x11/libICE/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" |