mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
079b43b994
commit
c005cd6018
@@ -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 : ;
|
||||
Reference in New Issue
Block a user