diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2020-01-20 04:40:43 +0800 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2020-01-20 04:40:43 +0800 |
commit | 21d0ccb34bd0e38b849d2cd62e7a0021d6432bf8 (patch) | |
tree | 0258d434ed67d3e1a2419c05bae4869afd1817e6 /news/tin/files | |
parent | b8209498952e774f2360858cb21476eb050d6d0e (diff) | |
download | freebsd-ports-gnome-21d0ccb34bd0e38b849d2cd62e7a0021d6432bf8.tar.gz freebsd-ports-gnome-21d0ccb34bd0e38b849d2cd62e7a0021d6432bf8.tar.zst freebsd-ports-gnome-21d0ccb34bd0e38b849d2cd62e7a0021d6432bf8.zip |
news/tin: update to 2.4.4
changelog http://bzr.tin.org/doc/CHANGES
Approved by: krion (mentor)
Sponsored by: BBOX.io
Differential Revision: https://reviews.freebsd.org/D23266
Diffstat (limited to 'news/tin/files')
-rw-r--r-- | news/tin/files/patch-configure | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/news/tin/files/patch-configure b/news/tin/files/patch-configure index ab2a3376a9a8..992772ba37ab 100644 --- a/news/tin/files/patch-configure +++ b/news/tin/files/patch-configure @@ -1,29 +1,29 @@ ---- configure.orig 2018-12-24 09:28:05 UTC +--- configure.orig 2019-12-24 10:00:18 UTC +++ configure -@@ -11842,7 +11842,7 @@ fi +@@ -11907,7 +11907,7 @@ fi fi case $host_os in --(freebsd*) -+(XXXfreebsd*) +-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 -@@ -13902,7 +13902,7 @@ fi +@@ -13967,7 +13967,7 @@ fi fi case $host_os in --(freebsd*) -+(XXXfreebsd*) +-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 -@@ -14756,7 +14756,7 @@ echo "${ECHO_T}$cf_result" >&6 +@@ -14821,7 +14821,7 @@ echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = no ; then case $host_os in --(freebsd*) -+(XXXfreebsd*) - echo "$as_me:14760: checking for tgoto in -lmytinfo" >&5 +-freebsd*) ++XXXfreebsd*) + echo "$as_me:14825: checking for tgoto in -lmytinfo" >&5 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then |