diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-01-21 22:50:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-01-21 22:50:27 +0000 |
commit | 0c02d51ac9bd9121a3cf11ec9a4134a31bff6ab4 (patch) | |
tree | 469863eec6bf9fdda238aa8533434641859b28bf /astro/py-astropy/files/patch-astropy_io_fits_setup__package.py | |
parent | - Update to 2.0.17 (diff) |
Revert r490900, it breaks ports depending on astro/py-astropy
With hat: portmgr
Diffstat (limited to 'astro/py-astropy/files/patch-astropy_io_fits_setup__package.py')
-rw-r--r-- | astro/py-astropy/files/patch-astropy_io_fits_setup__package.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py b/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py new file mode 100644 index 000000000000..e1fa9457aea1 --- /dev/null +++ b/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py @@ -0,0 +1,11 @@ +--- astropy/io/fits/setup_package.py.orig 2016-03-10 22:20:43 UTC ++++ astropy/io/fits/setup_package.py +@@ -39,7 +39,7 @@ def _get_compression_extension(): + '-Wno-uninitialized', '-Wno-format', + '-Wno-strict-prototypes', '-Wno-unused', '-Wno-comments', + '-Wno-switch', '-Wno-strict-aliasing', '-Wno-return-type', +- '-Wno-address', '-Wno-unused-result' ++ '-Wno-address' + ]) + + cfitsio_path = os.path.join('cextern', 'cfitsio') |