Bug 57941 - [patch] comms/libticables: fix build on non-intel archs
Summary: [patch] comms/libticables: fix build on non-intel archs
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: 2003-10-13 10:20 UTC by Tijl Coosemans
Modified: 2003-11-02 20:59 UTC (History)
0 users

See Also:


Attachments
patch (1.18 KB, patch)
2003-10-13 10:20 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 2003-10-13 10:20:15 UTC
To make a BSD version __BSD__ has to be defined during build. That didn't happen for alpha, sparc, etc.

Fix: The following patch makes changes to the existing files/patch-configure to address the problem.
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-11-02 20:59:36 UTC
State Changed
From-To: open->closed

Committed, thanks!