blob: f242c422dac4cc1983cfa083514985a499d691d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ae,v 1.4 2014/12/14 07:53:54 obache Exp $
* fixes required libraries
--- 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}
|