Bug 66572

Summary: [patch] comms/libticables: fix sparc64 build
Product: Ports & Packages Reporter: Tijl Coosemans <tijl>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

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!