summaryrefslogtreecommitdiff
path: root/chinese/fcitx/files/patch-Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-10-27 15:25:11 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-10-27 15:25:11 +0000
commit8ff34739723cc4f1ebcbd0946f9c96a2a3f8175f (patch)
treea60a2fabc3f84abeea5fcdeddd68cc71a167861e /chinese/fcitx/files/patch-Makefile
parent- Update to 1.47 (unbreaks fetching) (diff)
Upgrade to 3.0.2.
PR: ports/73185 Submitted by: maintainer Some part by: me
Notes
Notes: svn path=/head/; revision=120318
Diffstat (limited to 'chinese/fcitx/files/patch-Makefile')
-rw-r--r--chinese/fcitx/files/patch-Makefile17
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)
-