The port fails to compile because CFLAGS doesn't include "/usr/local/include" in the list of standard places to look for header files. Thus, the port can't find the expat.h header. I'll submit this PR then send the patch for the Makefiles that fixes it to the port maintainer. -- Chris <chris@vindaloo.com> Fix: Fix the makefiles to use "-I/usr/local/include" Patch attached with submission follows: How-To-Repeat: Try to compile the port
Responsible Changed From-To: freebsd-bugs->mm ports PR.
mm 2010-09-09 22:27:23 UTC FreeBSD ports repository Modified files: net-im/mu-conference Makefile Log: - Move -I${LOCALBASE}/include from main CFLAGS inside port's Makefiles - This is a cosmetic change only PR: ports/147802 Submitted by: Chris Hilton <chris@vindaloo.com> Revision Changes Path 1.14 +1 -3 ports/net-im/mu-conference/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: open->closed Committed. Thanks!