mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
net-mgmt/resource-agents: Fix build with Clang
error: unknown warning option '-Wunsigned-char' [-Werror,-Wunknown-warning-option] - Add missing DOCS option
This commit is contained in:
parent
7bb57d0927
commit
600f5e65e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477075
@ -3,8 +3,8 @@
|
||||
|
||||
PORTNAME= resource-agents
|
||||
PORTVERSION= 4.1.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX=v
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= dpejesh@yahoo.com
|
||||
@ -21,9 +21,9 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= ClusterLabs
|
||||
|
||||
USES= autoreconf gmake pkgconfig python shebangfix
|
||||
USE_GCC= yes
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-fatal-warnings
|
||||
|
||||
SHEBANG_LANG= sh
|
||||
sh_OLD_CMD= /bin/sh
|
||||
@ -39,7 +39,7 @@ SHEBANG_FILES= heartbeat/* \
|
||||
tools/ocft/ocft.in \
|
||||
tools/ocf-tester.in
|
||||
|
||||
OPTIONS_DEFINE= MANPAGES
|
||||
OPTIONS_DEFINE= DOCS MANPAGES
|
||||
OPTIONS_DEFAULT=MANPAGES
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user