Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1305 - pan won't build with without nls being present
Summary: pan won't build with without nls being present
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-22 17:02 UTC by Matthew Kennedy
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pan-0.11.2-0.11.2-r1.patch (pan-0.11.2-0.11.2-r1.patch,326 bytes, patch)
2002-03-22 17:03 UTC, Matthew Kennedy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Kennedy 2002-03-22 17:02:55 UTC
Pan won't build if NLS is not in USE. This is because configure fails. Attached
is a pacth which fixed this ebuild.
Comment 1 Matthew Kennedy 2002-03-22 17:03:51 UTC
Created attachment 417 [details, diff]
pan-0.11.2-0.11.2-r1.patch

* fixes nls problem
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-03-22 19:12:47 UTC
Thanks for the catch and the patch.  What I did, however, was throw the touching
bit into src_compile().  ./configure does not like it, but it doesn't halt
because of not finding that directory.
Makes for a cleaner ebuild, anyway, since the nls stuff is grouped together
(flag setting and directory/file touching) and no special unpacking instructions.