Bug 58439 - Fix graphics/fujiplay build on 5.X
Summary: Fix graphics/fujiplay build 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: kiri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-23 15:20 UTC by Sean Chittenden
Modified: 2003-11-20 21:22 UTC (History)
0 users

See Also:


Attachments
file.diff (3.78 KB, patch)
2003-10-23 15:20 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 15:20:17 UTC

graphics/fujiplay does not build
on 5.X machines due to the usage
of multiline string literals (depreciated
in gcc 3.X). The patch that follows
fixes this.

How-To-Repeat: 

Build on a 5.X machine.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-10-23 20:52:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kiri

Over to maintainer
Comment 2 kiri freebsd_committer freebsd_triage 2003-11-20 21:21:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!