mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +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
13 lines
496 B
Plaintext
13 lines
496 B
Plaintext
--- gtk3/pad/Makefile.am.orig 2021-04-30 14:51:47 UTC
|
|
+++ gtk3/pad/Makefile.am
|
|
@@ -1,8 +1,7 @@
|
|
if GTK3
|
|
bin_PROGRAMS = uim-input-pad-ja-gtk3
|
|
uim_input_pad_ja_gtk3_SOURCES = ../../gtk2/pad/ja.c
|
|
-uim_input_pad_ja_gtk3_LDADD = @GTK3_LIBS@ $(top_builddir)/uim/libuim-scm.la \
|
|
- $(top_builddir)/uim/libuim.la
|
|
+uim_input_pad_ja_gtk3_LDADD = @GTK3_LIBS@ -luim-scm -luim
|
|
uim_input_pad_ja_gtk3_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
|
|
uim_input_pad_ja_gtk3_CFLAGS = @GTK3_CFLAGS@
|
|
|