f4aee4a279
* Changes in the m17n library 1.5.4 ** New coding system names "Shift_JIS" and "windows-XXXX" are recognized.
13 lines
542 B
Text
13 lines
542 B
Text
$NetBSD: patch-ae,v 1.3 2009/05/12 08:19:54 obache Exp $
|
|
|
|
--- example/Makefile.am.orig 2007-11-13 02:29:20.000000000 +0000
|
|
+++ example/Makefile.am
|
|
@@ -45,7 +45,7 @@ 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}
|