1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/textproc/uim/files/patch-gtk3_pref_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

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