small patch makes openoffice compile on x86_64

svn path=/nixpkgs/trunk/; revision=12320
This commit is contained in:
Marc Weber 2008-07-08 08:28:07 +00:00
parent 33efc97c20
commit 656a12ef2e

View File

@ -22,7 +22,7 @@ preConfigure() {
postConfigure=postConfigure postConfigure=postConfigure
postConfigure() { postConfigure() {
cd .. cd ..
for i in LinuxX86Env.Set LinuxX86Env.Set.sh; do for i in LinuxX86*Env.Set; do
substituteInPlace $i --replace /usr /no-such-path substituteInPlace $i --replace /usr /no-such-path
done done
substituteInPlace solenv/inc/libs.mk \ substituteInPlace solenv/inc/libs.mk \
@ -33,7 +33,7 @@ postConfigure() {
buildPhase=buildPhase buildPhase=buildPhase
buildPhase() { buildPhase() {
source LinuxX86Env.Set.sh source LinuxX86*Env.Set.sh
./bootstrap ./bootstrap
dmake # wait a few hours... dmake # wait a few hours...
} }