summary refs log tree commit diff
path: root/pkgs/games/xconq
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/xconq')
-rw-r--r--pkgs/games/xconq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/xconq/default.nix b/pkgs/games/xconq/default.nix
index e8e27d7afb6..82dfd217217 100644
--- a/pkgs/games/xconq/default.nix
+++ b/pkgs/games/xconq/default.nix
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
     # Fix C files
     sed -re 's@[(]int[)]color@(long)color@' -i tcltk/tkmap.c
     sed -re '/unitp = view_unit[(]uview[)]/aelse *unitp = NULL\;' -i tcltk/tkmap.c
+    sed -re 's@BMAP_BYTE char@BMAP_BYTE unsigned char@' -i kernel/ui.h
 
     # Fix TCL files
     sed -re 's@MediumBlue@LightBlue@g' -i tcltk/tkconq.tcl