Bug 36059 - [PATCH] Correct a missed s/giconv/iconv in gnumeric
Summary: [PATCH] Correct a missed s/giconv/iconv in gnumeric
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-18 22:00 UTC by Joe Marcus Clarke
Modified: 2002-03-19 12:55 UTC (History)
0 users

See Also:


Attachments
Makefile.patch (456 bytes, patch)
2002-03-18 22:00 UTC, Joe Marcus Clarke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!