Bug 60682

Summary: Fix devel/libchipcard build on 5.X systems
Product: Ports & Packages Reporter: Sean Chittenden <samy>
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
libchipcard.patch none

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!