diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-05-16 08:11:19 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-19 02:12:27 +0000 |
commit | c005cd6018dd2e44c807714bd0a5f87c9e1e3731 (patch) | |
tree | 1cbd017273cd7b0598be2665fae8c8550aeec771 /sci-astronomy | |
parent | net-irc/limnoria: remove unused patch(es) (diff) | |
download | gentoo-c005cd6018dd2e44c807714bd0a5f87c9e1e3731.tar.gz gentoo-c005cd6018dd2e44c807714bd0a5f87c9e1e3731.tar.bz2 gentoo-c005cd6018dd2e44c807714bd0a5f87c9e1e3731.zip |
sci-astronomy/wcslib: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25515
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/wcslib/files/wcslib-7.7-tofits.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-astronomy/wcslib/files/wcslib-7.7-tofits.patch b/sci-astronomy/wcslib/files/wcslib-7.7-tofits.patch deleted file mode 100644 index 5c8022560220..000000000000 --- a/sci-astronomy/wcslib/files/wcslib-7.7-tofits.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- wcslib-7.7/Fortran/GNUmakefile -+++ wcslib-7.7/Fortran/GNUmakefile -@@ -171,8 +171,8 @@ - -@ echo '' - $(FC) $(FFLAGS) -c $< - --%.fits : ../C/test/%.keyrec tofits -- ./tofits < $< > $@ -+%.fits : ../C/test/%.keyrec ../utils/tofits -+ ../utils/tofits < $< > $@ - - run_% : % - -@ echo '' -@@ -361,7 +361,7 @@ - -@ echo '' - $(MAKE) -C ../pgsbox lib - --tofits : ../C/test/tofits.c -+../utils/tofits : ../utils/tofits.c - $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $< - - ../C/wcstab.fits : ; |