openbsd-ports/devel/tig/patches/patch-tig_c
bernd 14b9a11437 Initial import of tig-0.12.1.
GIT repository browser that additionally can act as a pager for
output from various GIT commands.  When browsing repositories, it
uses the underlying GIT commands to present the user with various
views, such as summarized revision log and showing the commit with
the log message, diffstat, and the diff.  Using it as a pager, it
will display input from stdin and colorize it.

Submitted and maintained by Tobias Ulmer. Thanks!
2008-10-24 22:49:21 +00:00

14 lines
432 B
Plaintext

$OpenBSD: patch-tig_c,v 1.1.1.1 2008/10/24 22:49:21 bernd Exp $
--- tig.c.orig Wed Oct 8 14:44:57 2008
+++ tig.c Fri Oct 24 21:40:33 2008
@@ -43,7 +43,9 @@
#include <iconv.h>
/* ncurses(3): Must be defined to have extended wide-character functions. */
+/* disable because of wchar type conflicts and we don't have them anyway
#define _XOPEN_SOURCE_EXTENDED
+*/
#ifdef HAVE_NCURSESW_NCURSES_H
#include <ncursesw/ncurses.h>