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:
parent
753e5b1a43
commit
58efca8dcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462968
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= uhttpmock
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/
|
||||
DIST_SUBDIR= gnome3
|
||||
|
@ -19,6 +20,8 @@ USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|||
USE_GNOME= gnomeprefix gtk20 introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-Werror
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue