summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/patches/patch-ak
blob: 219c8694458921a05bd20d8a8f20b47a91464555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.3 2005/02/28 13:06:46 wiz Exp $

--- configure.orig	2004-12-31 19:01:50.000000000 +0100
+++ configure
@@ -6382,7 +6382,7 @@ fi
 # rather ncurses.  So we check for it.
 TERMLIBS=
 # Check for termlib before termcap because Solaris termcap needs libucb.
-TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo"
+TERMLIB_VARIANTS="curses termlib termcap terminfo ncurses"
 for termlib in ${TERMLIB_VARIANTS}; do
   as_ac_Lib=`echo "ac_cv_lib_${termlib}''_tgetent" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for tgetent in -l${termlib}" >&5