On Thu, Nov 04, 2010 at 01:16:37AM +0100, Robert Nagy wrote:
> diff --git a/set_soenv.in b/set_soenv.in
> index 834bd34..79e79bd 100644
> --- a/set_soenv.in
> +++ b/set_soenv.in
> @@ -1369,12 +1369,16 @@ elsif ($platform =~
> m/linux|netbsd|osf1|aix|freebsd|openbsd/)
> { $SOLARLIB = $L.$par_dir.$LIB.
> $L.'$SOLARENV'.$ds.'$OUTPATH'.$LIB.
> $L.'$SOLARVER'.$ds.'$INPATH'.$LIB.
> - $L.'$SOLARENV'.$ds.'$OUTPATH'.$LIB.
> - $L.'$JAVA_HOME'.$LIB64.
> + $L.'$SOLARENV'.$ds.'$OUTPATH'.$LIB;
> + if ($platform =~ m/openbsd/) {
> + $SOLARLIB .= $L.$USR_LOCAL.$LIB;
> + }
> + $SOLARLIB .= $L.'$JAVA_HOME'.$LIB64.
Why? What essential is in /usr/local/lib and shouldn't it be better in
/usr/lib proper?
Grüße/Regards,
René
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice