sysutils/afio doesn't build with clang, it hardcodes ${CC} as cc. Fix: Attached patch fixes so that ${CC} isn't hardcoded any more.
Responsible Changed From-To: freebsd-ports-bugs->crees I'll take it.
Hi Niclas, Sorry about the delayed response. Your patch does a lot more than just fix CC=gcc, what else is involved there? I'm having a hard time reading it, though maybe I'm just tired. Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
State Changed From-To: open->feedback Ask for submitter clarification
Hi! I have no idea what happened with the last patch. Here is an updated, much shorter, version. :) Regards! -- Niclas
crees 2011-07-03 19:02:08 UTC FreeBSD ports repository Modified files: sysutils/afio Makefile Log: - Fix build with clang PR: ports/158100 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Approved by: rene (mentor) Revision Changes Path 1.19 +4 -0 ports/sysutils/afio/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"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!