freebsd-ports/textproc/iiimf-client-lib/files/patch-lib_iiimcf_Makefile.am
Daichi GOTO 40a684ff1e IIIMF-related ports:
- drop maintainership
    - update to r12.2
    - some bug fixes

PR:		81184
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
Approved by:	maintainer
2005-05-24 12:37:50 +00:00

14 lines
807 B
Text

--- lib/iiimcf/Makefile.am.orig Mon May 9 16:47:15 2005
+++ lib/iiimcf/Makefile.am Mon May 9 16:48:31 2005
@@ -1,9 +1,9 @@
AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../acfiles
+ACLOCAL_AMFLAGS = -I %%LOCALBASE%%/share/aclocal -I ../../acfiles
SUBDIRS = . test
#libdir = /usr/local/lib
libiiimcf_la_LDFLAGS = -version-info $(LIBIIIMCF_MAJOR_VERSION):$(LIBIIIMCF_MINOR_VERSION) \
- -export-dynamic -export-symbols libiiimcf.sym ../iiimp/libiiimp.la -ldl
+ -export-dynamic -export-symbols libiiimcf.sym -liiimp
libiiimcf_la_CFLAGS = -DDEBUG -DSOCKETDIR="\"$(SOCKETDIR)\"" -I../CSConv
libiiimcf_la_SOURCES = iiimcf.c input-method.c attr.c commit.c context.c event.c \
lookup_choice.c message.c preedit.c status.c trigger.c \