Bug 58426 - Fix audio/xtuner port on 5.X
Summary: Fix audio/xtuner port on 5.X
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-23 14:50 UTC by Sean Chittenden
Modified: 2003-10-27 18:45 UTC (History)
0 users

See Also:


Attachments
file.diff (972 bytes, patch)
2003-10-23 14:50 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-10-23 14:50:20 UTC

xtuner does not build on 5.X systems
because it uses multiline string
literals (depreciated in gcc 3.X). The
attached patch fixes this problem.

How-To-Repeat: 

Build on a 5.X system.
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2003-10-27 18:45:31 UTC
State Changed
From-To: open->closed

Committed, thanks!