3aaee5da5c
* Changes in the m17n library 1.7.0 ** The mechanism of fallback input method is implemented. For that, a new variable fallback-input-method and new commands switch-im, push-im, pop-im are supported.
15 lines
626 B
Text
15 lines
626 B
Text
$NetBSD: patch-af,v 1.6 2014/12/14 07:53:54 obache Exp $
|
|
|
|
* fixes required libraries
|
|
|
|
--- example/Makefile.in.orig 2009-07-29 08:16:34.000000000 +0000
|
|
+++ example/Makefile.in
|
|
@@ -343,7 +343,7 @@ m17n_conv_SOURCES = mconv.c
|
|
m17n_conv_LDADD = ${common_ldflags}
|
|
X_LD_FLAGS = ${X_PRE_LIBS} ${X_LIBS} @XAW_LD_FLAGS@ @X11_LD_FLAGS@ ${X_EXTRA_LIBS}
|
|
m17n_edit_SOURCES = medit.c
|
|
-m17n_edit_LDADD = ${X_LD_FLAGS} ${common_ldflags_gui} -ldl
|
|
+m17n_edit_LDADD = ${X_LD_FLAGS} ${common_ldflags_gui} ${DL_LDFLAGS} ${DL_LIBS}
|
|
m17n_view_SOURCES = mview.c
|
|
m17n_view_LDADD = ${X_LD_FLAGS} ${common_ldflags_gui}
|
|
m17n_dump_SOURCES = mdump.c
|