diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-10-17 18:26:57 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-19 11:24:10 +0200 |
commit | 642003de334a44025ba8890564fb883e22c94bea (patch) | |
tree | a172db5c19dc41885b02ded7ed97ef6adcf5d078 /media-gfx/fig2dev | |
parent | mail-client/thunderbird: add 115.3.3 (diff) | |
download | gentoo-642003de334a44025ba8890564fb883e22c94bea.tar.gz gentoo-642003de334a44025ba8890564fb883e22c94bea.tar.bz2 gentoo-642003de334a44025ba8890564fb883e22c94bea.zip |
media-gfx/fig2dev: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33379
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'media-gfx/fig2dev')
-rw-r--r-- | media-gfx/fig2dev/files/transfig-3.2.5e-clang.patch | 12 | ||||
-rw-r--r-- | media-gfx/fig2dev/files/transfig-3.2.5e-gcc10-fno-common.patch | 30 |
2 files changed, 0 insertions, 42 deletions
diff --git a/media-gfx/fig2dev/files/transfig-3.2.5e-clang.patch b/media-gfx/fig2dev/files/transfig-3.2.5e-clang.patch deleted file mode 100644 index f75b649ff26f..000000000000 --- a/media-gfx/fig2dev/files/transfig-3.2.5e-clang.patch +++ /dev/null @@ -1,12 +0,0 @@ -index 6a622f1..a14b96f 100644 ---- a/fig2dev/dev/genibmgl.c -+++ b/fig2dev/dev/genibmgl.c -@@ -572,7 +572,7 @@ static set_width(w) - { - static int current_width=-1; - -- if (w == current_width) return; -+ if (w == current_width) return 0; - - /* Default line width is 0.3 mm; back off to original xfig pen - thickness number, and re-size. diff --git a/media-gfx/fig2dev/files/transfig-3.2.5e-gcc10-fno-common.patch b/media-gfx/fig2dev/files/transfig-3.2.5e-gcc10-fno-common.patch deleted file mode 100644 index e0c92161e3ff..000000000000 --- a/media-gfx/fig2dev/files/transfig-3.2.5e-gcc10-fno-common.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/fig2dev/dev/gensvg.c -+++ b/fig2dev/dev/gensvg.c -@@ -230,10 +230,12 @@ - }; - - /* arrowhead arrays */ --Point points[50], fillpoints[50], clippoints[50]; --int npoints, nfillpoints, nclippoints; --int arrowx1, arrowy1; /* first point of object */ --int arrowx2, arrowy2; /* second point of object */ -+Point fillpoints[50]; -+int nfillpoints; -+extern Point points[50], clippoints[50]; -+extern int npoints, nclippoints; -+extern int arrowx1, arrowy1; /* first point of object */ -+extern int arrowx2, arrowy2; /* second point of object */ - - static int tileno=0; /* number of current tile */ - ---- a/fig2dev/fig2dev.h -+++ b/fig2dev/fig2dev.h -@@ -127,7 +127,7 @@ - extern char *prog, *from, *to; - extern char *name; - extern double font_size; --Boolean correct_font_size; /* use correct font size */ -+extern Boolean correct_font_size; /* use correct font size */ - extern double mag, fontmag; - extern FILE *tfp; - |