[Libreoffice-commits] .: set_soenv.in

Fridrich Strba fridrich at kemper.freedesktop.org
Sat Jan 29 14:16:28 PST 2011


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

New commits:
commit 90708ab4c6a84f25f56d7f02e3f7dd3b9d6603b5
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sat Jan 29 23:16:19 2011 +0100

    Fix a copy&paste error

diff --git a/set_soenv.in b/set_soenv.in
index ec4eef6..7c5fe7d 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1488,7 +1488,8 @@ if ($platform =~ m/linux/)
 elsif ($platform =~ m/cygwin/)
 {  $SOLARINC          .= $STLPORT_stlport;
    if ($JAVA_HOME ne "" && $JAVA_HOME ne "NO_JAVA_HOME")
-   {  $SOLARINC       .= $I.'$JAVA_HOME'.$INCLUDE.$ds."win32";
+   {  $SOLARINC       .= $I.'$JAVA_HOME'.$INCLUDE.$ds."win32".
+                         $I.'$JAVA_HOME'.$INCLUDE;
    }
    # Mingw is different
    if ( $COM eq "MSC" )


More information about the Libreoffice-commits mailing list