small patch makes openoffice compile on x86_64
svn path=/nixpkgs/trunk/; revision=12320
This commit is contained in:
parent
33efc97c20
commit
656a12ef2e
@ -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...
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user