mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -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
12 lines
457 B
Text
12 lines
457 B
Text
--- gtk2/pad/Makefile.am.orig 2021-04-29 15:53:36 UTC
|
|
+++ gtk2/pad/Makefile.am
|
|
@@ -2,8 +2,7 @@ if GTK2
|
|
bin_PROGRAMS = uim-input-pad-ja
|
|
|
|
uim_input_pad_ja_SOURCES = ja.c
|
|
-uim_input_pad_ja_LDADD = @GTK2_LIBS@ $(top_builddir)/uim/libuim-scm.la \
|
|
- $(top_builddir)/uim/libuim.la
|
|
+uim_input_pad_ja_LDADD = @GTK2_LIBS@ -luim-scm -luim
|
|
uim_input_pad_ja_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
|
|
uim_input_pad_ja_CFLAGS = @GTK2_CFLAGS@
|
|
endif
|