pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfwp Allow build on Linux to finish. Suggestion re...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b77eab95efe
branches: trunk
changeset: 643145:9b77eab95efe
user: rodent <rodent%pkgsrc.org@localhost>
date: Fri Dec 12 00:24:42 2014 +0000
description:
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:
x11/xfwp/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r ad8358f278ca -r 9b77eab95efe x11/xfwp/Makefile
--- a/x11/xfwp/Makefile Thu Dec 11 23:17:17 2014 +0000
+++ b/x11/xfwp/Makefile Fri Dec 12 00:24:42 2014 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index