Bug 60872

Summary: Fix misc/wmcp on 5.X
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
wmcp.patch none

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!