summaryrefslogtreecommitdiff
path: root/sci-astronomy/predict/files/predict-2.2.3-earthtrack.patch
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-19 14:36:27 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-19 14:36:27 +0300
commit43bb60ab85029fc8317d79f772806ed6502df94e (patch)
treeba4a1407ec92463f61ed36f360adce313f04f588 /sci-astronomy/predict/files/predict-2.2.3-earthtrack.patch
parentd054c7afa64ca9d73a37ae32a8ada66c87152ea8 (diff)
downloadgentoo-43bb60ab85029fc8317d79f772806ed6502df94e.tar.gz
gentoo-43bb60ab85029fc8317d79f772806ed6502df94e.tar.bz2
gentoo-43bb60ab85029fc8317d79f772806ed6502df94e.zip
sci-astronomy/predict: treeclean
Bug: https://bugs.gentoo.org/934366 Bug: https://bugs.gentoo.org/871378 Bug: https://bugs.gentoo.org/716084 Bug: https://bugs.gentoo.org/924302 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-astronomy/predict/files/predict-2.2.3-earthtrack.patch')
-rw-r--r--sci-astronomy/predict/files/predict-2.2.3-earthtrack.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-astronomy/predict/files/predict-2.2.3-earthtrack.patch b/sci-astronomy/predict/files/predict-2.2.3-earthtrack.patch
deleted file mode 100644
index 65f18bf9512d..000000000000
--- a/sci-astronomy/predict/files/predict-2.2.3-earthtrack.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Nur a/clients/earthtrack/earthtrack.c b/clients/earthtrack/earthtrack.c
---- a/clients/earthtrack/earthtrack.c 2013-06-08 20:03:55.629967192 +0200
-+++ b/clients/earthtrack/earthtrack.c 2013-06-08 20:05:15.559966743 +0200
-@@ -495,11 +495,11 @@
-
- fprintf(fd,"marker_file=%s\n",markerfile);
- fprintf(fd,"arc_file=%s\n",greatarcfile);
-- fprintf(fd,"marker_font=/usr/local/share/xplanet/fonts/FreeMonoBold.ttf\n");
-- fprintf(fd,"\n## Your \"/usr/local/share/xplanet/config/default\" configuration file follows:\n\n");
-+ fprintf(fd,"marker_font=/usr/share/xplanet/fonts/FreeMonoBold.ttf\n");
-+ fprintf(fd,"\n## Your \"/usr/share/xplanet/config/default\" configuration file follows:\n\n");
- fclose(fd);
-
-- x=AppendFile("/usr/local/share/xplanet/config/default",configfile);
-+ x=AppendFile("/usr/share/xplanet/config/default",configfile);
-
- if (x==1)
- {
-@@ -509,7 +509,7 @@
-
- if (x==2)
- {
-- fprintf(stderr,"%c*** Error: Could not read \"/usr/local/share/xplanet/config/default\"\nIs xplanet installed?\n\n",7);
-+ fprintf(stderr,"%c*** Error: Could not read \"/usr/share/xplanet/config/default\"\nIs xplanet installed?\n\n",7);
- exit(-1);
- }
- }