Bug 66572 - [patch] comms/libticables: fix sparc64 build
Summary: [patch] comms/libticables: fix sparc64 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: 2004-05-12 17:30 UTC by Tijl Coosemans
Modified: 2004-05-14 15:27 UTC (History)
0 users

See Also:


Attachments
patch (802 bytes, patch)
2004-05-12 17:30 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans 2004-05-12 17:30:20 UTC
This port includes machine/sysarch.h to use i386_set_ioperm(2)
on i386 platforms. The sparc64 version of this header however,
misses some typedefs, which causes a build failure.

http://bento.freebsd.org/errorlogs/sparc64-5-latest/libticables-3.7.7_2.log

Fix: Include machine/sysarch.h only on i386 platforms.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-14 15:27:01 UTC
State Changed
From-To: open->closed

Committed, thanks!