Date: Wed, 12 Feb 2003 15:53:25 +0100 From: Zahemszky =?iso-8859-2?Q?G=E1bor?= <Gabor@Zahemszky.HU> To: freebsd-openoffice@freebsd.org Subject: Bug in OOo Makefile Message-ID: <20030212145303.GA887@Picasso.Zahemszky.HU>
next in thread | raw e-mail | index | archive | help
Hi! I tried to make Hungarian OOo working, and I think I've found a bug in the Makefile of the openoffice Makefile. In the do-build: part, in line 503: there is the next: ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANGEXT}' I think, the last word should LANG_EXT, as in the next example. ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANG_EXT}' Is it OK, or I'm misunderstood it? Zahy < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030212145303.GA887>