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
14 lines
630 B
Text
14 lines
630 B
Text
--- gtk3/switcher/Makefile.am.orig 2021-04-30 14:58:08 UTC
|
|
+++ gtk3/switcher/Makefile.am
|
|
@@ -1,10 +1,7 @@
|
|
if GTK3
|
|
bin_PROGRAMS = uim-im-switcher-gtk3
|
|
uim_im_switcher_gtk3_SOURCES = ../../gtk2/switcher/gtk.c
|
|
-uim_im_switcher_gtk3_LDADD = @GTK3_LIBS@ $(top_builddir)/uim/libuim-scm.la \
|
|
- $(top_builddir)/uim/libuim-custom.la \
|
|
- $(top_builddir)/uim/libuim-scm.la \
|
|
- $(top_builddir)/uim/libuim.la
|
|
+uim_im_switcher_gtk3_LDADD = @GTK3_LIBS@ -luim-scm -luim-custom -luim-scm -luim
|
|
uim_im_switcher_gtk3_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
|
|
uim_im_switcher_gtk3_CFLAGS = @GTK3_CFLAGS@
|
|
|