[Mono-bugs] [Bug 60785][Nor] Changed - libintl name is wrong for NetBSD
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 26 Jun 2004 14:04:40 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by recht@netbsd.org.
http://bugzilla.ximian.com/show_bug.cgi?id=60785
--- shadow/60785 2004-06-26 14:04:05.000000000 -0400
+++ shadow/60785.tmp.22812 2004-06-26 14:04:40.000000000 -0400
@@ -19,6 +19,11 @@
Additional Information:
configure currently sets libc.so.6 as default for libintl (INTL define in
configure{.in}). This is not correct for NetBSD. NetBSD has
/usr/lib/libintl.so.0.0.
The attached patch changes configure.in to use libintl.so.0 as value for
the INTL define in the NetBSD case.
+
+------- Additional Comments From recht@netbsd.org 2004-06-26 14:04 -------
+Created an attachment (id=8361)
+set INTL="libintl.so.0" in the NetBSD case
+