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
|
LICENSE= GPLv2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --disable-werror
|
||||||
ONLY_FOR_ARCHS= amd64
|
ONLY_FOR_ARCHS= amd64
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
PORTDOCS= BUGS COPYING ChangeLog README TODO
|
PORTDOCS= BUGS COPYING ChangeLog README TODO
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
@ -2,4 +2,4 @@ ltrace intercepts and records dynamic library calls which are called by an
|
||||||
executed process and the signals received by that process. It can also intercept
|
executed process and the signals received by that process. It can also intercept
|
||||||
and print the system calls executed by the program.
|
and print the system calls executed by the program.
|
||||||
|
|
||||||
WWW: http://ltrace.org/
|
WWW: http://ltrace.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue