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}