pkgsrc/chat/mcabber/patches/patch-aa
wiz e676b51d56 Import mcabber-0.10.2 as chat/mcabber, packaged for wip by kh-p,
zul_, khorben, netcap, and jihbed.

mcabber is a small Jabber console client, it supports SSL, OTR,
MUC, history logging, commands completion and external actions
triggers.
2014-01-10 09:50:42 +00:00

22 lines
570 B
Text

$NetBSD: patch-aa,v 1.1 2014/01/10 09:50:42 wiz Exp $
Handle correctly panel on NetBSD, not sure it is correct in general
--- mcabber/screen.h.orig 2012-12-02 13:27:32.000000000 +0000
+++ mcabber/screen.h
@@ -7,14 +7,12 @@
#if HAVE_NCURSESW_NCURSES_H
# include <ncursesw/ncurses.h>
-# include <ncursesw/panel.h>
#elif HAVE_NCURSES_NCURSES_H
# include <ncurses/ncurses.h>
-# include <ncurses/panel.h>
#else
# include <ncurses.h>
-# include <panel.h>
#endif
+# include <panel.h>
#if defined(WITH_ENCHANT) || defined(WITH_ASPELL)
void spellcheck_init(void);