OpenOffice.org: Fix `postPatch'.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24655
This commit is contained in:
Ludovic Courtès 2010-11-11 11:02:44 +00:00
parent cadb827ec2
commit f8a04b6a20

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
with 4.5), which isn't supported (link time error.)
Thus, force compilation with 4.5 and hope for the best. */
'' sed -i *"/cppu/inc/uno/lbnames.h" \
'' sed -i "cppu/inc/uno/lbnames.h" \
-e 's/#[[:blank:]]*error "Supported.*$//g'
'';