summaryrefslogtreecommitdiff
path: root/devel/libffi/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $CFLAGS are redundant for compiling .s files.Koop Mast2010-12-141-4/+11
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=266303
* Fix build on powerpc64Max Brazhnikov2010-07-181-0/+14
PR: ports/147565 Submitted by: Andreas Tobler <andreast at fgznet.ch> Approved by: Bjoern Koenig (maintainer) Notes: svn path=/head/; revision=257936