Date: Tue, 14 Dec 2010 19:33:15 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libffi/files patch-configure Message-ID: <201012141933.oBEJXFph038767@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012141933.oBEJXFph038767>