mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build on head by disabling Werror
Reported by: pkg-fallout
This commit is contained in:
parent
6f3b82f094
commit
cc4b18bdd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386072
2 changed files with 2 additions and 3 deletions
|
@ -13,14 +13,13 @@ COMMENT= Track runtime library calls in dynamically linked programs
|
|||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-werror
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= BUGS COPYING ChangeLog README TODO
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue