forked from mirrors/nixpkgs
Fix for an annoying crash
svn path=/nixpkgs/trunk/; revision=27339
This commit is contained in:
parent
df54eb7a92
commit
168080d159
|
@ -43,6 +43,7 @@ rec {
|
|||
|
||||
fixCfiles = a.fullDepEntry ''
|
||||
sed -re 's@[(]int[)]color@(long)color@' -i tcltk/tkmap.c
|
||||
sed -re '/unitp = view_unit[(]uview[)]/aelse *unitp = NULL\;' -i tcltk/tkmap.c
|
||||
'' ["minInit" "doUnpack"];
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue