From cd2ba52040c2375fa7002738da8ae53c66c2e8f9 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Fri, 21 Dec 2007 16:39:22 +0000 Subject: [PATCH] Removed CURL_NO_OLDIES as we have a fresh curl version. svn path=/nixpkgs/trunk/; revision=9962 --- pkgs/applications/office/openoffice/builder.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/office/openoffice/builder.sh b/pkgs/applications/office/openoffice/builder.sh index 124b64ffc2be..2a651a300584 100644 --- a/pkgs/applications/office/openoffice/builder.sh +++ b/pkgs/applications/office/openoffice/builder.sh @@ -13,6 +13,8 @@ preConfigure() { SRCDIR= + sed -e '/CURL_NO_OLDIES/d' -i ucb/source/ucp/ftp/makefile.mk + cd config_office/ }