Respect alternate LOCALBASE. The problem is this part of the configure script: i?86-*-freebsd*) echo "FreeBsd detected" ZHCON_ARCH="FreeBSD" LIBS="-L/usr/local/lib $LIBS" CFLAGS="$CFLAGS -I/usr/local/include" CXXFLAGS="$CXXFLAGS -I/usr/local/include";; By setting CPPFLAGS and LDFLAGS in the port Makefile we don't have to patch the configure script. An alternative approach would be to fix that section of the configure script. I notice there's already a REINPLACE_CMD that catches some instances of /usr/local, but misses these. Port maintainer (chinsan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->chinsan Over to maintainer
Responsible Changed From-To: chinsan->rafan I approved and rafan'll eat it.
State Changed From-To: open->closed Committed. Thanks!
rafan 2007-06-05 23:33:44 UTC FreeBSD ports repository Modified files: chinese/zhcon Makefile Log: - Respect LOCALBASE PR: ports/113385 Submitted by: tdb Approved by: chinsan (maintainer) Revision Changes Path 1.45 +2 -0 ports/chinese/zhcon/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"