You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cfitsio/cfitsio-noversioncheck.patch

14 lines
612 B

7 years ago
diff -Naur cfitsio/longnam.h cfitsio.noversioncheck/longnam.h
--- cfitsio/longnam.h 2017-09-20 21:40:41.000000000 +0200
+++ cfitsio.noversioncheck/longnam.h 2018-02-23 14:42:36.246522445 +0100
@@ -19,7 +19,8 @@
that was used to build the CFITSIO library is compatible with the version
as included when compiling the application program
*/
-#define fits_open_file(A, B, C, D) ffopentest( CFITSIO_SONAME, A, B, C, D)
+/*#define fits_open_file(A, B, C, D) ffopentest( CFITSIO_SONAME, A, B, C, D)*/
+#define fits_open_file ffopen
#define fits_open_data ffdopn
7 years ago
#define fits_open_extlist ffeopn