chiark / gitweb /
Initial push
[termux-packages] / packages / dialog / configure.patch
1 diff -u -r ../dialog-1.2-20150528/configure ./configure
2 --- ../dialog-1.2-20150528/configure    2015-05-28 20:57:16.000000000 -0400
3 +++ ./configure 2015-06-06 18:35:01.620952945 -0400
4 @@ -12803,7 +12803,7 @@
5  fi
6  
7  cf_ncuconfig_root=$cf_cv_screen
8 -cf_have_ncuconfig=no
9 +cf_have_ncuconfig=yes
10  
11  if test "x$PKG_CONFIG" != xnone; then
12         echo "$as_me:12809: checking pkg-config for $cf_ncuconfig_root" >&5
13 @@ -12814,7 +12814,7 @@
14  
15                 echo "$as_me:12815: checking if the $cf_ncuconfig_root package files work" >&5
16  echo $ECHO_N "checking if the $cf_ncuconfig_root package files work... $ECHO_C" >&6
17 -               cf_have_ncuconfig=unknown
18 +               cf_have_ncuconfig=yes
19  
20                 cf_save_CPPFLAGS="$CPPFLAGS"
21                 cf_save_LIBS="$LIBS"
22 @@ -12862,7 +12862,7 @@
23    echo "$as_me:12862: \$? = $ac_status" >&5
24    (exit $ac_status); }; }; then
25    if test "$cross_compiling" = yes; then
26 -  cf_have_ncuconfig=unknown
27 +  cf_have_ncuconfig=yes
28  else
29    cat >conftest.$ac_ext <<_ACEOF
30  #line 12868 "configure"
31 @@ -12887,14 +12887,14 @@
32    echo "$as_me: program exited with status $ac_status" >&5
33  echo "$as_me: failed program was:" >&5
34  cat conftest.$ac_ext >&5
35 -cf_have_ncuconfig=no
36 +cf_have_ncuconfig=yes
37  fi
38  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
39  fi
40  else
41    echo "$as_me: failed program was:" >&5
42  cat conftest.$ac_ext >&5
43 -cf_have_ncuconfig=no
44 +cf_have_ncuconfig=yes
45  fi
46  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
47