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 ''
|
fixCfiles = a.fullDepEntry ''
|
||||||
sed -re 's@[(]int[)]color@(long)color@' -i tcltk/tkmap.c
|
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"];
|
'' ["minInit" "doUnpack"];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user