diff options
author | tnn <tnn@pkgsrc.org> | 2019-07-14 13:10:55 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-07-14 13:10:55 +0000 |
commit | 8bffc756bb6cc7881d78454cdd56a0c7ffecac01 (patch) | |
tree | 4689930107c6b17b3409808451ad1939fa2955fa | |
parent | 4746cce5d4c93c553331bfbf918431527182cb38 (diff) | |
download | pkgsrc-8bffc756bb6cc7881d78454cdd56a0c7ffecac01.tar.gz |
sylpheed: gtkspell/enchant-2 build fix
-rw-r--r-- | mail/sylpheed/distinfo | 3 | ||||
-rw-r--r-- | mail/sylpheed/patches/patch-src_compose.c | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 3643e6d150f..b5b04bff5db 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.88 2018/04/22 22:51:01 szptvlfn Exp $ +$NetBSD: distinfo,v 1.89 2019/07/14 13:10:55 tnn Exp $ SHA1 (sylpheed-3.7.0.tar.bz2) = 178424466901572b99fbf8e3bd55d6347f727f3c RMD160 (sylpheed-3.7.0.tar.bz2) = 09ee37dfc063e76fc3780de613cfd80be917d6d8 @@ -7,3 +7,4 @@ Size (sylpheed-3.7.0.tar.bz2) = 3612328 bytes SHA1 (patch-aa) = f7c6b53c173ca18f9e5e832aec38dd2455242f9c SHA1 (patch-configure) = 17e2ee932db99138897485f30cd34c3b115da55e SHA1 (patch-macosx_bundle_launcher.sh) = abfdb54b3400ee00e0c1e99fb5037a1a3c1e2a66 +SHA1 (patch-src_compose.c) = 56977661e1d66bcffb09b2c8ca7065677725bb70 diff --git a/mail/sylpheed/patches/patch-src_compose.c b/mail/sylpheed/patches/patch-src_compose.c new file mode 100644 index 00000000000..704455d6856 --- /dev/null +++ b/mail/sylpheed/patches/patch-src_compose.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_compose.c,v 1.1 2019/07/14 13:10:56 tnn Exp $ + +pkgsrc gtkspell uses enchant-2 now + +--- src/compose.c.orig 2017-11-17 00:58:43.000000000 +0000 ++++ src/compose.c +@@ -71,7 +71,7 @@ + # include <gtk/gtkradiomenuitem.h> + # include <gtkspell/gtkspell.h> + #if USE_ENCHANT +-# include <enchant/enchant.h> ++# include <enchant-2/enchant.h> + #else + # include <aspell.h> + #endif |