mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
21ec7cfc46
Although 1.9.x is still called unstable, it is quite stable these days and used more than the old 1.8.3 version.
30 lines
949 B
Plaintext
30 lines
949 B
Plaintext
--- configure.orig 2010-11-26 16:07:59.000000000 +0100
|
|
+++ configure 2011-07-09 14:33:08.000000000 +0200
|
|
@@ -7738,7 +7738,7 @@ fi
|
|
|
|
|
|
case $host_os in #(vi
|
|
-freebsd*)
|
|
+XXXfreebsd*)
|
|
# This is only necessary if you are linking against an obsolete
|
|
# version of ncurses (but it should do no harm, since it's static).
|
|
if test "$cf_nculib_root" = ncurses ; then
|
|
@@ -8985,7 +8985,7 @@ fi
|
|
|
|
|
|
case $host_os in #(vi
|
|
-freebsd*)
|
|
+XXXfreebsd*)
|
|
# This is only necessary if you are linking against an obsolete
|
|
# version of ncurses (but it should do no harm, since it's static).
|
|
if test "$cf_nculib_root" = ncurses ; then
|
|
@@ -9666,7 +9666,7 @@ echo "$ac_t""$cf_result" 1>&6
|
|
|
|
if test "$cf_result" = no ; then
|
|
case $host_os in #(vi
|
|
-freebsd*) #(vi
|
|
+XXXfreebsd*) #(vi
|
|
echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6
|
|
echo "configure:9672: checking for tgoto in -lmytinfo" >&5
|
|
ac_lib_var=`echo mytinfo'_'tgoto | sed 'y%./+-%__p_%'`
|