Bug 59488 - Fix math/xplot build on FreeBSD 5.X
Summary: Fix math/xplot build on FreeBSD 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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 22:40 UTC by Sean Chittenden
Modified: 2003-11-20 09:49 UTC (History)
0 users

See Also:


Attachments
file.diff (11.33 KB, patch)
2003-11-19 22:40 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-11-19 22:40:15 UTC

math/xplot does not build on 5.X
machines because it uses multistring
literals which are depreciated in gcc
3.X. The following patch fixes this.

How-To-Repeat: 

Build with gcc 3.X.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-19 23:20:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll handle it.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-20 09:49:10 UTC
State Changed
From-To: open->closed

Committed, thanks!