Fix for an annoying crash

svn path=/nixpkgs/trunk/; revision=27339
This commit is contained in:
Michael Raskin 2011-05-31 19:34:06 +00:00
parent df54eb7a92
commit 168080d159

View file

@ -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 = [