diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-27 01:45:33 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-27 01:45:33 +0000 |
commit | 6d28bf9b0d1ca3ac451bd1d7c14a21be7f4950dd (patch) | |
tree | b2e3869a8f867cf5620bd8e63ed942effa7ca65b /astro/py-astropy/files/patch-astropy_wcs_setup__package.py | |
parent | New port: dns/coredns: CoreDNS is a DNS server that chains plugins (diff) |
astro/py-astropy: Update 1.1.2 -> 3.1.2
PR: 236629
Approved by: nwhitehorn (maintainer's timeout; 69 days)
Diffstat (limited to 'astro/py-astropy/files/patch-astropy_wcs_setup__package.py')
-rw-r--r-- | astro/py-astropy/files/patch-astropy_wcs_setup__package.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/astro/py-astropy/files/patch-astropy_wcs_setup__package.py b/astro/py-astropy/files/patch-astropy_wcs_setup__package.py deleted file mode 100644 index a2a12f28f3d8..000000000000 --- a/astro/py-astropy/files/patch-astropy_wcs_setup__package.py +++ /dev/null @@ -1,12 +0,0 @@ ---- astropy/wcs/setup_package.py.orig 2016-03-10 22:20:43 UTC -+++ astropy/wcs/setup_package.py -@@ -244,8 +244,7 @@ def get_wcslib_cfg(cfg, wcslib_files, in - '-Wno-strict-prototypes', - '-Wno-unused-function', - '-Wno-unused-value', -- '-Wno-uninitialized', -- '-Wno-unused-but-set-variable']) -+ '-Wno-uninitialized']) - - - |