From c005cd6018dd2e44c807714bd0a5f87c9e1e3731 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 16 May 2022 08:11:19 +0200 Subject: [PATCH] sci-astronomy/wcslib: remove unused patch(es) Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/25515 Signed-off-by: Sam James --- .../wcslib/files/wcslib-7.7-tofits.patch | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 sci-astronomy/wcslib/files/wcslib-7.7-tofits.patch 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 5c80225602209..0000000000000 --- 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 : ;