mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Use GTK+ 3 as default GUI toolkit. - textproc/uim-qt5 installs KDE Plasma 5 applet. - Bump PORTREVISION of ports that depends on textproc/uim
13 lines
531 B
Text
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
|