diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 10:56:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 10:56:30 +0000 |
commit | 6d88156ca0a729c9bacb06b37bbffe92524c89d8 (patch) | |
tree | 006fcf0d75c6e4a8369272d721d35a4dcaca14eb /chinese/fcitx | |
parent | Update port: chinese/fcitx (diff) |
don't forget this file, needed to make that makefile X11BASe clean
Diffstat (limited to 'chinese/fcitx')
-rw-r--r-- | chinese/fcitx/files/patch-IMdkit::lib::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/fcitx/files/patch-IMdkit::lib::Makefile b/chinese/fcitx/files/patch-IMdkit::lib::Makefile new file mode 100644 index 000000000000..694327c9a908 --- /dev/null +++ b/chinese/fcitx/files/patch-IMdkit::lib::Makefile @@ -0,0 +1,11 @@ +--- IMdkit/lib/Makefile.orig Sun Apr 13 03:49:17 2003 ++++ IMdkit/lib/Makefile Sun Apr 13 03:49:28 2003 +@@ -2,7 +2,7 @@ + CC = gcc + #CFLAGS = -c -O2 -fno-strength-reduce -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DUNIXCONN -DTCPCONN -DXIM_t -DTRANS_SERVER + CFLAGS = -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER +-INC = -I../include -I/usr/X11R6/include ++INC = -I../include -I${X11BASE}/include + + + SRC = IMConn.c IMValues.c IMMethod.c FrameMgr.c i18nIMProto.c i18nAttr.c i18nMethod.c i18nUtil.c i18nPtHdr.c i18nIc.c i18nClbk.c i18nX.c |