Fix build on head by disabling Werror

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2015-05-11 11:55:55 +00:00
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

View file

@ -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}

View file

@ -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
and print the system calls executed by the program.
WWW: http://ltrace.org/
WWW: http://ltrace.org/