Bug 59488

Summary: Fix math/xplot build on FreeBSD 5.X
Product: Ports & Packages Reporter: Sean Chittenden <samy>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
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-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!