diff options
author | Stephan Hartmann <sultan@gentoo.org> | 2020-10-12 19:27:23 +0200 |
---|---|---|
committer | Stephan Hartmann <sultan@gentoo.org> | 2020-10-12 19:27:23 +0200 |
commit | 9c5b4234f9a3880763a11c47407bf8fe947da1d9 (patch) | |
tree | 7e71ea803552ed7bd943ba6ed73dfee60fe427ac /media-gfx/transfig/files | |
parent | ros-meta/diagnostics: Bump to 1.10.2. (diff) | |
download | gentoo-9c5b4234f9a3880763a11c47407bf8fe947da1d9.tar.gz gentoo-9c5b4234f9a3880763a11c47407bf8fe947da1d9.tar.bz2 gentoo-9c5b4234f9a3880763a11c47407bf8fe947da1d9.zip |
media-gfx/transfig: EAPI 7, respect CC/AR/RANLIB
Closes: https://bugs.gentoo.org/746020
Closes: https://bugs.gentoo.org/740006
Closes: https://bugs.gentoo.org/730926
Closes: https://bugs.gentoo.org/720820
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'media-gfx/transfig/files')
-rw-r--r-- | media-gfx/transfig/files/transfig-3.2.5e-clang.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/transfig/files/transfig-3.2.5e-clang.patch b/media-gfx/transfig/files/transfig-3.2.5e-clang.patch new file mode 100644 index 000000000000..f75b649ff26f --- /dev/null +++ b/media-gfx/transfig/files/transfig-3.2.5e-clang.patch @@ -0,0 +1,12 @@ +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. |