diff options
Diffstat (limited to 'chinese/fcitx/files/patch-Makefile')
-rw-r--r-- | chinese/fcitx/files/patch-Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chinese/fcitx/files/patch-Makefile b/chinese/fcitx/files/patch-Makefile deleted file mode 100644 index 84d41071199e..000000000000 --- a/chinese/fcitx/files/patch-Makefile +++ /dev/null @@ -1,17 +0,0 @@ ---- 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) - |