Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 10381
Collapse All | Expand All

(-)config_office/set_soenv.in.orig (-1 / +1 lines)
Lines 349-355 Link Here
349
      $JRETOOLKITDIR  = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client";
349
      $JRETOOLKITDIR  = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client";
350
      $JRETHREADDIR   = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads";
350
      $JRETHREADDIR   = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads";
351
   }
351
   }
352
   elsif ($machine_type eq "sparc")
352
   elsif (($machine_type eq "sparc") or ($machine_type eq "sparc64"))
353
   {  print "Setting Linux Sparc specific values... ";
353
   {  print "Setting Linux Sparc specific values... ";
354
      $outfile        = "LinuxSparcEnv.Set"; 
354
      $outfile        = "LinuxSparcEnv.Set"; 
355
      $CPU            = "S";
355
      $CPU            = "S";

Return to bug 10381