comparison src/mingw-cfitsio-1-fixes.patch @ 6236:d3d051b4515f

cfitsio: update to v4.1.0 * src/cfitsio.mk: update version, update rule * src/mingw-cfitsio-1-fixes.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Fri, 27 May 2022 14:24:31 -0400
parents 97fc509bb1df
children
comparison
equal deleted inserted replaced
6235:3d86598a6b7f 6236:d3d051b4515f
1 diff -ur cfitsio.orig/configure.in cfitsio/configure.in 1 diff -ur cfitsio-4.1.0.orig/configure.in cfitsio-4.1.0/configure.in
2 --- cfitsio.orig/configure.in 2019-03-05 10:42:18.453397421 -0500 2 --- cfitsio-4.1.0.orig/configure.in 2022-05-26 08:43:32.205001801 -0400
3 +++ cfitsio/configure.in 2019-03-05 10:44:29.464686105 -0500 3 +++ cfitsio-4.1.0/configure.in 2022-05-26 08:44:53.020552448 -0400
4 @@ -452,7 +452,7 @@ 4 @@ -489,7 +489,7 @@
5 else 5 if test "x$ADD_CURL" = xyes; then
6 AC_CHECK_PROG([CURLCONFIG], [curl-config], [curl-config], [], [], [/opt/local/bin/curl-config]) 6 # Use curl-config to get compiler & linker flags, if available.
7 fi 7 AC_CHECK_PROG([CURLCONFIG], [curl-config], [curl-config], [], [], [])
8 -if test "x$CURLCONFIG" != x; then 8 - if test "x$CURLCONFIG" != x; then
9 +if test "x$CURLCONFIG" != x && test "x$CURLCONFIG" != "xnone" ; then 9 + if test "x$CURLCONFIG" != x && test "x$CURLCONFIG" != "xnone"; then
10 CURL_LIB=`$CURLCONFIG --libs` 10 CURL_LIB=`$CURLCONFIG --libs`
11 CURL_INC=`$CURLCONFIG --cflags` 11 CURL_INC=`$CURLCONFIG --cflags`
12 # Also reject anaconda curl on Macs until further notice: 12 if test "x$CURL_LIB" != x; then