[Libreoffice-commits] .: set_soenv.in

Thomas Klausner tklausner at kemper.freedesktop.org
Tue Oct 19 06:24:41 PDT 2010


 set_soenv.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 040c209b40fc1e90ee2dec13a250dd6194ac4ddf
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Tue Oct 19 15:24:26 2010 +0200

    Fix typo in operating system name.

diff --git a/set_soenv.in b/set_soenv.in
index d45b859..5a3313c 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1336,7 +1336,7 @@ if ($platform =~ m/solaris/)
                         $L_STLPORT_LIB.
                         $L.$XLIB;
 }
-elsif ($platform =~ m/linux|netbasd|osf1|aix|freebsd/)
+elsif ($platform =~ m/linux|netbsd|osf1|aix|freebsd/)
 {  $SOLARLIB          = $L.$par_dir.$LIB.
                         $L.'$SOLARENV'.$ds.'$OUTPATH'.$LIB.
                         $L.'$SOLARVER'.$ds.'$INPATH'.$LIB.


More information about the Libreoffice-commits mailing list