Due to a binutils deficiency on 64-bit powerpc systems, the qt4-gui library will not link due to a TOC overflow. -mminimal-toc to the compiler flags. Fix: The attached patch adds -mminimal-toc to LDFLAGS on this platform, which works around this issue and produces a functioning build of QT.
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool)
makc 2010-07-09 16:24:56 UTC FreeBSD ports repository Modified files: x11-toolkits/qt4-gui Makefile Log: Fix build for on powerpc64 PR: ports/148199 Submitted by: nwhitehorn@ Revision Changes Path 1.32 +7 -1 ports/x11-toolkits/qt4-gui/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!