--- Makefile.orig Mon Dec 29 09:10:25 2003 +++ Makefile Thu Jan 8 23:49:23 2004 @@ -1,12 +1,12 @@ CC = gcc -CFLAGS= -O2 -fno-strength-reduce -Wall -D_USE_XFT +CFLAGS= -O2 -fno-strength-reduce -DSIGUNUSED=32 -Wall -D_USE_XFT INC = `xft-config --cflags` SRC = IC.c py.c ime.c InputWindow.c KeyList.c main.c MainWindow.c MyErrorsHandlers.c punc.c pyMapTable.c pyParser.c PYFA.c sp.c SetLocale.c tools.c ui.c wbx.c xim.c -LIB = `xft-config --libs` +LIB = `xft-config --libs` -liconv OBJ = $(SRC:.c=.o)