patch applied (packages/base): Fix iconv detection on OpenBSD

Matthias Kilian kili at outback.escape.de
Mon Jun 29 13:13:35 EDT 2009


On Mon, Jun 29, 2009 at 09:42:16AM +0100, Simon Marlow wrote:
> >>So can you try making a C wrapper?
> >
> >Is the attacheched patch the correct way to do it?
> 
> Yes, looks fine.

After thinking a little bit about it: doesn't it need some

	#ifndef __MINGW32__
	...
	#endif

shield to not break the windows builds?


> That fixes the problem for you?

Yes. I've still some ugly patches (related to configure arguments
and base.buildinfo.in) hanging around but I prefer to cleanup those
patches before sending them. So the wrapper should be applied anyway
(with the #ifndef __MINGW32__ added if appropriate).

Ciao,
	Kili


More information about the Cvs-libraries mailing list