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