freebsd-ports/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
547 B
Python

--- 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')