pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/pan Make it build with enchant2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95669135f5c5
branches:  trunk
changeset: 337257:95669135f5c5
user:      rjs <rjs%pkgsrc.org@localhost>
date:      Thu Aug 01 22:23:14 2019 +0000

description:
Make it build with enchant2.

diffstat:

 news/pan/distinfo                                    |   3 ++-
 news/pan/patches/patch-pan_gui_group-prefs-dialog.cc |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r f2cd9bb92f0a -r 95669135f5c5 news/pan/distinfo
--- a/news/pan/distinfo Thu Aug 01 21:40:48 2019 +0000
+++ b/news/pan/distinfo Thu Aug 01 22:23:14 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.32 2018/11/18 14:31:56 rhialto Exp $
+$NetBSD: distinfo,v 1.33 2019/08/01 22:23:14 rjs Exp $
 
 SHA1 (pan-0.145.tar.bz2) = b8b6c57a3198e2f2db7443661fe11b523518ec9f
 RMD160 (pan-0.145.tar.bz2) = 4286659500e031219c7e972ff87f645f43d68ede
@@ -7,3 +7,4 @@
 SHA1 (patch-pan-general-e-util.cc) = c252f074b139b100f3f879261b1ba894b5f3350c
 SHA1 (patch-pan_general_text-match.cc) = eaf15f3323f693d094892d3283437ad5ac3c9682
 SHA1 (patch-pan_general_text-match.h) = 6ac5a68a8b1cb472df517a8df53eee5a79e4c73c
+SHA1 (patch-pan_gui_group-prefs-dialog.cc) = ac268282f3af83ac4beb17d431eec10bb2b6eb4b
diff -r f2cd9bb92f0a -r 95669135f5c5 news/pan/patches/patch-pan_gui_group-prefs-dialog.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/pan/patches/patch-pan_gui_group-prefs-dialog.cc      Thu Aug 01 22:23:14 2019 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-pan_gui_group-prefs-dialog.cc,v 1.1 2019/08/01 22:23:14 rjs Exp $
+
+--- pan/gui/group-prefs-dialog.cc.orig 2017-12-29 17:15:47.000000000 +0000
++++ pan/gui/group-prefs-dialog.cc
+@@ -23,7 +23,7 @@ extern "C" {
+   #include <glib.h>
+   #include "gtk-compat.h"
+ #ifdef HAVE_GTKSPELL
+-  #include <enchant/enchant.h>
++  #include <enchant-2/enchant.h>
+ #endif
+ }
+ #include <pan/general/debug.h>



Home | Main Index | Thread Index | Old Index