mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
small patch makes openoffice compile on x86_64
svn path=/nixpkgs/trunk/; revision=12320
This commit is contained in:
parent
33efc97c20
commit
656a12ef2e
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue