From 7dc68cef26571e2960b2c5b1badf2d744ceecbda Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 13 Apr 2003 10:56:30 +0000 Subject: don't forget this file, needed to make that makefile X11BASe clean --- chinese/fcitx/files/patch-IMdkit::lib::Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chinese/fcitx/files/patch-IMdkit::lib::Makefile (limited to 'chinese/fcitx') 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 -- cgit