summaryrefslogtreecommitdiff
path: root/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-05-27 05:43:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-05-27 05:43:06 +0000
commit36f60928eb07777b1c7d4a089c23f92e7138f276 (patch)
tree8524b39312eeaf07e9f229d15047ae884b5a4129 /astro/py-astropy/files/patch-astropy_io_fits_setup__package.py
parentmultimedia/ffmpeg: Remove FreeBSD 10.x cruft (diff)
Revert r502759 and unbreak bulk -a
Pointy hat: yuri
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.py11
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')