Bug 36059

Summary: [PATCH] Correct a missed s/giconv/iconv in gnumeric
Product: Ports & Packages Reporter: Joe Marcus Clarke <marcus>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile.patch none

Description Joe Marcus Clarke 2002-03-18 22:00:07 UTC
gnumeric's Makefile still has an occurance of -lgiconv.  This patch replaces
that with -liconv.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-03-18 22:55:53 UTC
Responsible Changed
From-To: freebsd-ports->gnome

Over to maintainers
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2002-03-19 12:54:44 UTC
State Changed
From-To: open->closed

Cleanup committed, thank you for reporting!