net/uhttpmock: Disable -Werror (Fails to build due to warnings)

PR:		224381
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by:	koobs
This commit is contained in:
Kurt Jaeger 2018-02-25 17:33:04 +00:00
parent 753e5b1a43
commit 58efca8dcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462968

View file

@ -3,6 +3,7 @@
PORTNAME= uhttpmock PORTNAME= uhttpmock
PORTVERSION= 0.5.1 PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= net gnome CATEGORIES= net gnome
MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/ MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/
DIST_SUBDIR= gnome3 DIST_SUBDIR= gnome3
@ -19,6 +20,8 @@ USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk20 introspection:build USE_GNOME= gnomeprefix gtk20 introspection:build
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-Werror
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
.include <bsd.port.mk> .include <bsd.port.mk>