per krismail, add a USE_AUTOTOOLS=libtool:15 to the Makefile to fix building on amd64. Also in the Makefile, decouple the logic to use mfpmath={i387|sse} from the -mARCH logic. This prevents passing " ... -mfpmath=sse ... -mfpmath=387 ... " to the compiler. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pav Take
State Changed From-To: open->feedback I just checked the latest log from pointyhat, and this builds fine as is wrt objformat changes. Can you prove me opposite?
State Changed From-To: feedback->closed CFLAGS change committed. The libtool change is bogus.
pav 2007-02-05 01:16:39 UTC FreeBSD ports repository Modified files: astro/boinc-setiathome-enhanced Makefile Log: Decouple the logic to use mfpmath={i387|sse} from the -mARCH logic. This prevents passing " ... -mfpmath=sse ... -mfpmath=387 ... " to the compiler. PR: ports/108683 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Revision Changes Path 1.7 +10 -5 ports/astro/boinc-setiathome-enhanced/Makefile _______________________________________________ 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"