Bug 60872 - Fix misc/wmcp on 5.X
Summary: Fix misc/wmcp 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: 2004-01-03 21:10 UTC by Sean Chittenden
Modified: 2004-01-03 21:15 UTC (History)
0 users

See Also:


Attachments
wmcp.patch (2.97 KB, patch)
2004-01-03 21:10 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 2004-01-03 21:10:08 UTC

misc/wmcp does not build on 5.X machines
due to its usage of unterminated multiline
literals, now depreciated in gcc 3.X. The
following patch fixes this issue by properly
escaping these literals.

How-To-Repeat: 

Build with gcc 3.X.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-01-03 21:15:41 UTC
State Changed
From-To: open->closed

Committed, thanks!