$CFLAGS are redundant for compiling .s files. GCC stays quiet, but Clang gives a warning of unused arguments. The configure check greps for warning, so the check fails. Remove $CFLAGS to clang doesn't emit the warnings. Patch by Dimitry Andric <dim@FreeBSD.org>
Responsible Changed From-To: freebsd-ports-bugs->kwm Grab
Maintainer of devel/libffi. Please note that PR ports/152480 has been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The Full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152480 -Koop
State Changed From-To: open->feedback Ask maintainer for feedback.
I hereby approve the patch. P.S. Sorry for the delay!
kwm 2010-12-14 19:33:15 UTC FreeBSD ports repository Modified files: devel/libffi/files patch-configure Log: $CFLAGS are redundant for compiling .s files. GCC stays quiet, but Clang gives a warning of unused arguments. The configure check greps for warning, so the check fails. Remove $CFLAGS to clang doesn't emit the warnings. PR: ports/152480 Submitted by: me Patch by: dim@ Approved by: maintainer Revision Changes Path 1.2 +11 -4 ports/devel/libffi/files/patch-configure _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed thanks!