diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2025-05-18 20:07:40 +0900 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2025-05-18 20:08:30 +0900 |
commit | 40c1a7857d24b9384bc19a9a54c26f169e20b49f (patch) | |
tree | 0263b639d77c6e0a7127904cf34b1a0c1c6db033 /textproc/uim/files/patch-gtk2_pad_Makefile.am | |
parent | converters/simdutf: update to 7.1.0 (diff) |
textproc/uim: Update to 1.9.6
Bump PORTREVISION of the ports that depend on textproc/uim port
Diffstat (limited to 'textproc/uim/files/patch-gtk2_pad_Makefile.am')
-rw-r--r-- | textproc/uim/files/patch-gtk2_pad_Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/uim/files/patch-gtk2_pad_Makefile.am b/textproc/uim/files/patch-gtk2_pad_Makefile.am index bc1e8cd65c93..8d4626e45826 100644 --- a/textproc/uim/files/patch-gtk2_pad_Makefile.am +++ b/textproc/uim/files/patch-gtk2_pad_Makefile.am @@ -1,12 +1,12 @@ ---- gtk2/pad/Makefile.am.orig 2021-04-29 15:53:36 UTC +--- gtk2/pad/Makefile.am.orig 2025-05-18 06:24:43 UTC +++ gtk2/pad/Makefile.am -@@ -2,8 +2,7 @@ if GTK2 +@@ -7,8 +7,7 @@ uim_input_pad_ja_SOURCES = ja.c 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_CPPFLAGS = $(AM_CPPFLAGS) uim_input_pad_ja_CFLAGS = @GTK2_CFLAGS@ endif |