9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
547 B
Python
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')
|