devel/devhelp: Disable -Werror (Fails to build due to warnings)
PR: 226151 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Approved by: portmgr (port compliance, infrastructure)
This commit is contained in:
parent
19c58aa98b
commit
a272745cc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462991
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue