annotate src/mingw-cfitsio-1-fixes.patch @ 5579:2734b3818171

Avoid double-free with librsb (bug #58957). * src/librsb.mk: Add work-around to avoid double-free (provided by Michele Martone). * src/mingw-of-sparsersb-1-no-render.patch: Remove patch. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 02 Nov 2020 08:55:18 +0100
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: