annotate src/mingw-cfitsio-1-fixes.patch @ 6234:97c5f8da5036 release

* src/librsb.mk: update to 1.2.0.11
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 27 May 2022 12:24:32 +0200
parents 97fc509bb1df
children d3d051b4515f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
1 diff -ur cfitsio.orig/configure.in cfitsio/configure.in
4997
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
2 --- cfitsio.orig/configure.in 2019-03-05 10:42:18.453397421 -0500
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
3 +++ cfitsio/configure.in 2019-03-05 10:44:29.464686105 -0500
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
4 @@ -452,7 +452,7 @@
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
5 else
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
6 AC_CHECK_PROG([CURLCONFIG], [curl-config], [curl-config], [], [], [/opt/local/bin/curl-config])
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
7 fi
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
8 -if test "x$CURLCONFIG" != x; then
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
9 +if test "x$CURLCONFIG" != x && test "x$CURLCONFIG" != "xnone" ; then
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
10 CURL_LIB=`$CURLCONFIG --libs`
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
11 CURL_INC=`$CURLCONFIG --cflags`
97fc509bb1df cfitsio: update tp v3.45
John Donoghue
parents: 4142
diff changeset
12 # Also reject anaconda curl on Macs until further notice: