freebsd-ports/textproc/iiimf-le-unit/files/patch-leif_unit_leif_Makefile.in
Edwin Groothuis 7874f19013 New port: iiimf-*
IIIMF stands for Internet/Intranet Input Method Framework.
	IIIMF is designed to be the next generation of input method framework
	which provides the following capabilities;

	* Multiplatform, platform independent.
	* Multlingual and Full UNICODE support, but satisfactory for native speakers.
	* Windowing System Independent.
	* Multiple language engines concurrently run.
	* Multiuser.
	* Distributed, lightweight clients and scalable server.
	* Extensible in multiple means.
	* Input method protocol efficient enough to be used over low-speed modem
	  connection.
	* Easy input method engine development with plugin API.
	* Easy input method enabling with libiiimcf, even on console apps.
	* Small core part to start from.

	WWW: http://www.openi18n.org/subgroups/im/IIIMF/

	- Kuang-che Wu
	  kcwu@csie.org

PR:		ports/60087
Submitted by:	Kuang-che Wu <kcwu@csie.org>
2003-12-28 11:43:36 +00:00

11 lines
262 B
Text

--- unit/leif/Makefile.in.orig Sat Dec 6 03:28:31 2003
+++ unit/leif/Makefile.in Sat Dec 6 03:28:37 2003
@@ -72,7 +72,7 @@
AS = @AS@
AWK = @AWK@
CC = @CC@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ @X_CFLAGS@
CPP = @CPP@
CSCONV_DIR = @CSCONV_DIR@
CXX = @CXX@