diff options
Diffstat (limited to 'japanese/scim-anthy')
-rw-r--r-- | japanese/scim-anthy/Makefile | 8 | ||||
-rw-r--r-- | japanese/scim-anthy/files/patch-configure | 11 |
2 files changed, 16 insertions, 3 deletions
diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index 6502bc13f1cb..4fdb6396363e 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -1,6 +1,6 @@ PORTNAME= scim-anthy PORTVERSION= 1.2.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese MASTER_SITES= OSDN/scim-imengine @@ -12,14 +12,16 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= scim:textproc/scim -LIB_DEPENDS= libanthy.so:japanese/anthy \ +LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 RUN_DEPENDS:= ${BUILD_DEPENDS} \ - kasumi:japanese/kasumi + kasumi:japanese/kasumi-unicode USES= gettext-runtime gmake gnome iconv libtool:keepla pkgconfig USE_GNOME= atk cairo gdkpixbuf glib20 gtk20 pango GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include/anthy-unicode-1.0 + .include <bsd.port.mk> diff --git a/japanese/scim-anthy/files/patch-configure b/japanese/scim-anthy/files/patch-configure new file mode 100644 index 000000000000..b0884c9f0e32 --- /dev/null +++ b/japanese/scim-anthy/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2025-06-28 16:38:51 UTC ++++ configure +@@ -31260,7 +31260,7 @@ fi + fi + + +-ANTHY_LIBS="-lanthy -lanthydic" ++ANTHY_LIBS="-lanthy-unicode -lanthydic-unicode" + ANTHY_CFLAGS="" + + |