mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
dc84281c1a
- Use GTK+ 3 as default GUI toolkit. - textproc/uim-qt5 installs KDE Plasma 5 applet. - Bump PORTREVISION of ports that depends on textproc/uim
14 lines
567 B
Plaintext
14 lines
567 B
Plaintext
--- gtk3/pref/Makefile.am.orig 2021-04-30 14:54:42 UTC
|
|
+++ gtk3/pref/Makefile.am
|
|
@@ -10,9 +10,7 @@ uim_pref_gtk3_SOURCES = ../../gtk2/pref/gtk.c \
|
|
../../gtk2/pref/gtk-keytab.h \
|
|
../../gtk2/immodule/key-util-gtk.c \
|
|
../../gtk2/immodule/key-util-gtk.h
|
|
-uim_pref_gtk3_LDADD = @GTK3_LIBS@ $(top_builddir)/uim/libuim-custom.la \
|
|
- $(top_builddir)/uim/libuim-scm.la \
|
|
- $(top_builddir)/uim/libuim.la
|
|
+uim_pref_gtk3_LDADD = @GTK3_LIBS@ -luim-custom -luim-scm -luim
|
|
if LIBUIM_X_UTIL
|
|
uim_pref_gtk3_LDADD += $(top_builddir)/uim/libuim-x-util.la
|
|
endif
|