Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31041 Details for
Bug 50532
openoffice-ximian-1.1.55 amd64 patches and problems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for set_soenv.in
soenv_patch (text/plain), 1.62 KB, created by
Andreas Pokorny
on 2004-05-09 04:30:51 UTC
(
hide
)
Description:
patch for set_soenv.in
Filename:
MIME Type:
Creator:
Andreas Pokorny
Created:
2004-05-09 04:30:51 UTC
Size:
1.62 KB
patch
obsolete
>--- config_office/set_soenv.in.orig 2004-05-09 12:50:03.171340344 +0200 >+++ config_office/set_soenv.in 2004-05-09 12:50:40.867609640 +0200 >@@ -379,6 +379,17 @@ elsif ( $platform eq "$Linux" ) > $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; > $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads"; > } >+ elsif (($machine_type eq "x86_64")) >+ { print "Setting Linux AMD64 specific values... "; >+ $outfile = "LinuxIntelEnv.Set"; >+ $CPU = "I"; >+ $CPUNAME = "INTEL"; >+ $DLLSUFFIX = "li"; >+ $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."amd64"; >+ $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."amd64".$ds."client"; >+ $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."amd64".$ds."native_threads"; >+ } >+ > elsif (($machine_type eq "sparc") or ($machine_type eq "sparc64")) > > { print "Setting Linux Sparc specific values... "; >@@ -439,7 +450,7 @@ elsif ( $platform eq "$Linux" ) > if ($USE_GCC3 eq "TRUE") > { > $CVER = "C300"; >- if (($machine_type eq "i686") or ($machine_type eq "i586")) >+ if (($machine_type eq "i686") or ($machine_type eq "i586") or ($machine_type eq "x86_64")) > { > $OUTPATH = "unxlngi4" > } >@@ -447,7 +458,7 @@ elsif ( $platform eq "$Linux" ) > else > { > $CVER = "C295"; >- if (($machine_type eq "i686") or ($machine_type eq "i586")) >+ if (($machine_type eq "i686") or ($machine_type eq "i586") or ($machine_type eq "x86_64")) > { > $OUTPATH = "unxlngi3" > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50532
:
31041
|
31042
|
31087