ports/textproc/uim/files/patch-gtk3_immodule_Makefile.am
MANTANI Nobutaka dc84281c1a textproc/uim: Update to the snapshot on 2021-01-04.
- Use GTK+ 3 as default GUI toolkit.
- textproc/uim-qt5 installs KDE Plasma 5 applet.
- Bump PORTREVISION of ports that depends on textproc/uim
2021-05-01 23:25:40 +09:00

13 lines
531 B
Text

--- gtk3/immodule/Makefile.am.orig 2021-04-30 14:45:56 UTC
+++ gtk3/immodule/Makefile.am
@@ -11,9 +11,7 @@ module_LTLIBRARIES = $(im_uim_la)
im_uim_la_SOURCES = $(IM_UIM_SOURCES)
im_uim_la_LDFLAGS = -module -avoid-version
-im_uim_la_LIBADD = $(top_builddir)/uim/libuim-scm.la \
- $(top_builddir)/uim/libuim.la \
- $(top_builddir)/uim/libuim-counted-init.la
+im_uim_la_LIBADD = -luim-scm -luim $(top_builddir)/uim/libuim-counted-init.la
if LIBUIM_X_UTIL
im_uim_la_LIBADD += $(top_builddir)/uim/libuim-x-util.la
endif