A stale 32bit object file (kissdx.o) is present in the tarball for this program. The compiler thinks it has already compiled the object file, and skips over it. On true 64 bit platforms such as sparc64, it causes a linker error when attempting to link the code. Fix: A patch is supplied below. It simply removes the stale object file after extract and patch stage of the build process. How-To-Repeat: Attempt to build kissdx on sparc64 (or possibly alpha) platform.
Responsible Changed From-To: freebsd-sparc64->gahr I'll take it.
gahr 2008-06-24 20:40:56 UTC FreeBSD ports repository Modified files: multimedia/kissdx Makefile Log: - Fix previous commit message, which should have sounded like: Remove stale 32bit object file, thus fixing build on non-32 bits archs PR: 124955 Submitted by: Daniel Austin MBCS <freebsd-sparc64@dan.me.uk> Revision Changes Path 1.3 +0 -0 ports/multimedia/kissdx/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!