Bug 99802 - x11-toolkits/gauche-gtk - fix for broken amd64 build
Summary: x11-toolkits/gauche-gtk - fix for broken amd64 build
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-05 15:10 UTC by Erik Greenwald
Modified: 2006-07-08 22:36 UTC (History)
1 user (show)

See Also:


Attachments
x11-toolkits_gauche-gtk.patch (816 bytes, patch)
2006-07-05 15:10 UTC, Erik Greenwald
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Greenwald 2006-07-05 15:10:19 UTC
Building on amd64 fails due to non-relocatable symbols. This patch 
forces -fPIC onto the CFLAGS allowing it to build and function on 
non-x86 arch's. Tested on athlon and opteron, but I would imagine
that ppc, sparc, etc would also be fixed by this patch...

Thanks!
Comment 1 MANTANI Nobutaka freebsd_committer freebsd_triage 2006-07-08 22:36:08 UTC
State Changed
From-To: open->closed

Committed, thanks!