openbsd-ports/devel/tig/patches/patch-configure
jasper 39247666b2 - update tig to 0.16.2
- remove USE_GROFF=Yes

from Martin Pieuchot via Tobias Ulmer (MAINTAINER)
2011-01-15 21:01:20 +00:00

20 lines
827 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2011/01/15 21:01:20 jasper Exp $
Correctly detect the wchar ncurses library.
--- configure.orig Tue Sep 21 14:44:10 2010
+++ configure Sat Jan 15 19:58:35 2011
@@ -3203,10 +3203,10 @@ done
for ac_header in ncursesw/ncurses.h
do :
- ac_fn_c_check_header_mongrel "$LINENO" "ncursesw/ncurses.h" "ac_cv_header_ncursesw_ncurses_h" "$ac_includes_default"
+ ac_fn_c_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncursesw_ncurses_h" "$ac_includes_default"
if test "x$ac_cv_header_ncursesw_ncurses_h" = x""yes; then :
cat >>confdefs.h <<_ACEOF
-#define HAVE_NCURSESW_NCURSES_H 1
+/* #define HAVE_NCURSESW_NCURSES_H 1 */
_ACEOF
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing initscr" >&5
$as_echo_n "checking for library containing initscr... " >&6; }