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>
This commit is contained in:
Michael Mair-Keimberger
2022-05-16 08:11:19 +02:00
committed by Sam James
parent 079b43b994
commit c005cd6018

View File

@@ -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 : ;