OpenOffice.org: Build with GCC 4.4.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24636
This commit is contained in:
Ludovic Courtès 2010-11-10 09:30:03 +00:00
parent 824e7af179
commit 0ef4e570c8

View File

@ -6084,6 +6084,12 @@ let
openjump = callPackage ../applications/misc/openjump { };
openoffice = callPackage ../applications/office/openoffice {
/* OOo wants GCC 4.4 at most:
../../inc/uno/lbnames.h:70:2: error: #error "Supported gcc majors are 2 , 3 and 4 <= 4.4. Unsupported gcc major version."
dmake: Error code 1, while making '../../unxlngx6.pro/slo/AffineBridge.obj'
*/
stdenv = overrideGCC stdenv gcc44;
inherit (perlPackages) ArchiveZip CompressZlib;
inherit (gnome) GConf ORBit2;
neon = neon029;