summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/wcslib/files/wcslib-7.7-tofits.patch')
-rw-r--r--sci-astronomy/wcslib/files/wcslib-7.7-tofits.patch22
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 : ;