From 860a5d0b70e4b8fa725226bd854c91af9df204a2 Mon Sep 17 00:00:00 2001 From: Wouter den Breejen Date: Wed, 18 Jul 2007 16:45:50 +0000 Subject: [PATCH] Worked on openoffice (2) svn path=/nixpkgs/trunk/; revision=8998 --- pkgs/applications/office/openoffice/builder.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pkgs/applications/office/openoffice/builder.sh b/pkgs/applications/office/openoffice/builder.sh index 39e64f238f0..2b1fd75187f 100644 --- a/pkgs/applications/office/openoffice/builder.sh +++ b/pkgs/applications/office/openoffice/builder.sh @@ -5,14 +5,7 @@ configurePhase() { cd config_office/; ./configure --disable-epm --disable-odk --with-java=no --disable-cups --with-system-python \ --disable-mozilla --without-nas --disable-pasf --disable-gnome-vfs \ - --with-hsqldb-jar=$hsqldb/lib/hsqldb.jar \ - --with-beanshell-jar=$beanshell/bsh.jar \ - --with-xml-apis-jar=$xerces/xml-apis.jar \ - --with-xerces-jar=$xerces/xercesImpl.jar \ - --with-xalan-jar=$xalan/xalan.jar \ - --with-xt-jar=$xt --with-system-libs; - - #--with-system-libs + --with-system-libs; cd .. }