Bug 60682 - Fix devel/libchipcard build on 5.X systems
Summary: Fix devel/libchipcard build on 5.X systems
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-12-29 08:30 UTC by Sean Chittenden
Modified: 2003-12-29 14:25 UTC (History)
0 users

See Also:


Attachments
libchipcard.patch (1.43 KB, patch)
2003-12-29 08:30 UTC, Sean Chittenden
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Chittenden 2003-12-29 08:30:21 UTC

The devel/libchipcard port does not
build on 5.X systems due to subset
style array assignment it uses, now
depreciated with gcc 3.X. The following
patch fixes this.

How-To-Repeat: 

Build with gcc 3.X.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-29 14:25:07 UTC
State Changed
From-To: open->closed

Committed, thanks!