Bug 59538

Summary: Fix x11-clocks/wmtz build 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
file.diff none

Description Sean Chittenden 2003-11-21 02:40:14 UTC

x11-clocks/wmtz does not build on 5.X
machines due to its use of multistring
literals (depreciated in gcc 3.X). The
following patch fixes this as well as
supresses some compilation warnings
(in the manner of the author's).

How-To-Repeat: 

Build with gcc 3.X.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-11-21 10:52:24 UTC
State Changed
From-To: open->closed

committed, thanks