Sigfred Håversen wrote:
> Peter N. Lundblad wrote:
>
>> On Sun, 30 Oct 2005, [UTF-8] Sigfred Håversen wrote:
>>
>>
>>> There are a couple of issues.
>>>
>>> 1) The locale files subversion.mo are not installed. In previous
>>> versions
>>> these was installed.
>>>
>>
>> Does it find msgfmt and generate the .mo files?
>>
This is solved by patching configure like this:
@@ -21025,7 +21026,7 @@ rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
if test "$ac_cv_search_bindtextdomain" = no; then
for ac_lib in intl; do
- LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ LIBS="-l$ac_lib -liconv $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -21070,7 +21071,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_search_bindtextdomain="-l$ac_lib"
+ ac_cv_search_bindtextdomain="-l$ac_lib -liconv"
break
else
echo "$as_me: failed program was:" >&5
This was my mistake by not including this from previous OpenBSD ports patches
into the release candidate.
/Sigfred
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 10 08:01:42 2005