Bug 148199 - [patch] fix build for x11-toolkits/qt4-gui on powerpc64
Summary: [patch] fix build for x11-toolkits/qt4-gui on powerpc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-28 03:10 UTC by Nathan Whitehorn
Modified: 2010-07-09 17:30 UTC (History)
0 users

See Also:


Attachments
qt4-gui-Makefile.diff (590 bytes, patch)
2010-06-28 03:10 UTC, Nathan Whitehorn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Whitehorn freebsd_committer freebsd_triage 2010-06-28 03:10:04 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-28 03:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-09 17:25:10 UTC
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"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-07-09 17:27:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!