Bug 77278 - lang/aleph: fix compilation on amd64 (and ia64)
Summary: lang/aleph: fix compilation on amd64 (and ia64)
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: 2005-02-08 21:40 UTC by Johan van Selst
Modified: 2005-02-09 19:11 UTC (History)
0 users

See Also:


Attachments
file.diff (2.68 KB, patch)
2005-02-08 21:40 UTC, Johan van Selst
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johan van Selst 2005-02-08 21:40:30 UTC
	
	Problem: - cpu amd64 was not recognized
		- failed to link with static system library

	Fix: add amd64, remove unnecessary library

	I have no ia64 test machine, but it should run there as well.

Fix: This patch introduces three extra files/patch* files.
cnf/mak/aleph-gcc-3.mak is changed to remove unused libsupc++

The others add definitions to recognize amd64 (no special handling required)
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-09 19:10:52 UTC
State Changed
From-To: open->closed

Committed, thanks!