In mozilla/security/coreconf/arch.mk, line 69, it assumes that uname -m returns the architecture value instead of MACHINE, making it unbuildable on platforms where these differ (pc98, powerpc64, sun4v). Fix: Changing uname -m to uname -p fixes the build.
Responsible Changed From-To: freebsd-bugs->gnome Make this a ports PR and assign.
State Changed From-To: open->closed Committed thanks!
kwm 2011-03-03 17:55:10 UTC FreeBSD ports repository Added files: security/nss/files patch-.._coreconf_arch.mk Log: Patch a assumtion that uname -m returns the architecture value instead of MACHINE. This makes it unbuildable on platforms where these differ (pc98, powerpc64, sun4v). Use uname -p to fix this. PR: ports/155228 Submitted by: Nathan Whitehorn <nwhitehorn@FreeBSD.org> Revision Changes Path 1.1 +11 -0 ports/security/nss/files/patch-.._coreconf_arch.mk (new) _______________________________________________ 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"