Update x11-wm/icewm to version 2.3.1
[dports.git] / x11-wm / icewm / files / patch-src_Makefile.in
1 --- src/Makefile.in.orig        2020-12-14 01:14:27 UTC
2 +++ src/Makefile.in
3 @@ -916,7 +916,7 @@ icewm_SOURCES = \
4         yxtray.cc \
5         yxtray.h
6  
7 -icewm_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(XSM_LIBS) $(CORE_LIBS)
8 +icewm_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(XSM_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@
9  icesh_SOURCES = \
10         intl.h \
11         debug.h \
12 @@ -960,7 +960,7 @@ icewmhint_SOURCES = \
13         base.h \
14         icewmhint.cc
15  
16 -icewmhint_LDADD = libice.la $(CORE_LIBS) @LIBINTL@
17 +icewmhint_LDADD = libice.la $(CORE_LIBS) @LIBINTL@ @LIBICONV@
18  icewmbg_SOURCES = \
19         intl.h \
20         debug.h \
21 @@ -962,7 +962,7 @@ icewmbg_SOURCES = \
22         icewmbg.cc \
23         icewmbg_prefs.h
24  
25 -icewmbg_LDADD = libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@
26 +icewmbg_LDADD = libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@
27  icesound_SOURCES = \
28         base.h \
29         debug.h \
30 @@ -974,7 +974,7 @@ icesound_SOURCES = \
31         ytimer.h \
32         icesound.cc
33  
34 -icesound_LDADD = libice.la $(AUDIO_LIBS) $(CORE_LIBS) @LIBINTL@
35 +icesound_LDADD = libice.la $(AUDIO_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@
36  icewm_menu_fdo_SOURCES = \
37         appnames.h \
38         base.h \
39 @@ -1002,7 +1002,7 @@ icehelp_SOURCES = \
40         yrect.h \
41         icehelp.cc
42  
43 -icehelp_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@
44 +icehelp_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@
45  iceclock_SOURCES = \
46         intl.h \
47         debug.h \