mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
OpenOffice.org: Fix `postPatch'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24655
This commit is contained in:
parent
cadb827ec2
commit
f8a04b6a20
@ -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'
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user