openbsd-ports/games/eliot/patches/patch-configure
landry 5d259ed12b Import eliot 1.14.
Eliot is a Scrabble game, it offers 3 different game modes:
The free game mode is the standard one, ideal for having fun with your
friends or family. You can play the game against a friend so that you
can test your skills.

In the duplicate mode, all the players are faced with the same board and
letters at the same time. It is mainly used in clubs and competitions
since it takes away the chance (and tactics) component(s) of the game.

The training mode allows to play alone and make progress for the
duplicate.  It gives more freedom than the multiplayer modes.

Feedback/ok sthen@
2012-03-05 18:05:35 +00:00

18 lines
729 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2012/03/05 18:05:35 landry Exp $
--- configure.orig Sun Mar 4 23:24:37 2012
+++ configure Sun Mar 4 23:25:14 2012
@@ -6796,10 +6796,10 @@ if test "${enable_ncurses+set}" = set; then :
enableval=$enable_ncurses;
fi
-for ac_header in ncursesw/curses.h
+for ac_header in ncurses.h
do :
- ac_fn_c_check_header_mongrel "$LINENO" "ncursesw/curses.h" "ac_cv_header_ncursesw_curses_h" "$ac_includes_default"
-if test "x$ac_cv_header_ncursesw_curses_h" = xyes; then :
+ ac_fn_c_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncurses_h" "$ac_includes_default"
+if test "x$ac_cv_header_ncurses_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_NCURSESW_CURSES_H 1
_ACEOF