As reported py pav@, the port does not build on amd64: --- c++ -I/usr/local/include -I/usr/local/include/SDL -O -pipe -O3 -fomit-frame-pointer -finline-functions -malign-double -funroll-all-loops -Wall -Wno-unused -DLINUX -c quantumminigolf.cpp -o quantumminigolf.o=20 quantumminigolf.cpp:1: error: -malign-double makes no sense in the 64bit mode gmake: *** [quantumminigolf.o] Error 1 *** Error code 2 --- The patch attached should solve the problem, by removing -malign-double on non-i386 systems
State Changed From-To: open->closed Committed. Thanks!
rafan 2007-09-25 11:22:58 UTC FreeBSD ports repository Modified files: games/quantumminigolf Makefile Log: - Remove -malign-double on non-i386 platform to fix build on amd64: quantumminigolf.cpp:1: error: -malign-double makes no sense in the 64bit mode PR: ports/116614 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer) Revision Changes Path 1.3 +4 -1 ports/games/quantumminigolf/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"