From a272745cc92cbbeb320786c0049609f86614eb8e Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Mon, 26 Feb 2018 05:28:42 +0000 Subject: [PATCH] devel/devhelp: Disable -Werror (Fails to build due to warnings) PR: 226151 Submitted by: Walter Schwarzenfeld Approved by: portmgr (port compliance, infrastructure) --- devel/devhelp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 8e5e57e1cc5d..d57d92dbf3ad 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -3,7 +3,7 @@ PORTNAME= devhelp PORTVERSION= 3.24.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,13 +16,15 @@ LICENSE_FILES= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 - + PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gmake gnome libtool localbase \ pathfix pkgconfig python:3.3+,build tar:xz USE_GNOME= cairo gtk30 introspection GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-Werror + INSTALLS_ICONS= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip