Bug 60675

Summary: Fix comms/seyon build on 5.X systems
Product: Ports & Packages Reporter: Sean Chittenden <samy>
Component: Individual Port(s)Assignee: Mark Linimon <linimon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
seyon.patch none

Description Sean Chittenden 2003-12-29 05:10:21 UTC

comms/seyon does not build on 5.X
systems due to the fact that multiline
string literals are depreciated with
gcc 3.X. The following patch fixes this.

How-To-Repeat: 

Build with gcc 3.X.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2003-12-29 05:22:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->linimon

I think I flagged this one as broken so I'll take up fixing it.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2003-12-29 07:30:13 UTC
State Changed
From-To: open->closed

Committed, thanks.