From d760b499a6081410e6125dae00c236d5404a60a1 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Mon, 12 Oct 2020 08:04:17 +0200 Subject: media-gfx/xfig: patch ghostscript issue Closes: https://bugs.gentoo.org/747559 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic Closes: https://github.com/gentoo/gentoo/pull/17891 Signed-off-by: Stephan Hartmann --- media-gfx/xfig/files/xfig-3.2.7b-ghostscript.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 media-gfx/xfig/files/xfig-3.2.7b-ghostscript.patch (limited to 'media-gfx/xfig/files') diff --git a/media-gfx/xfig/files/xfig-3.2.7b-ghostscript.patch b/media-gfx/xfig/files/xfig-3.2.7b-ghostscript.patch new file mode 100644 index 000000000000..07a7de141ec0 --- /dev/null +++ b/media-gfx/xfig/files/xfig-3.2.7b-ghostscript.patch @@ -0,0 +1,13 @@ +diff --git a/src/Makefile.in b/src/Makefile.in +index 7426253..ae5b045 100644 +--- a/src/Makefile.in ++++ b/src/Makefile.in +@@ -1356,7 +1356,7 @@ splash.xpm: $(top_srcdir)/splash-image/spl_bckgnd.fig.in \ + fig2dev -L xpm $(top_srcdir)/splash-image/spl_bckgnd.fig \ + | sed '2 {s/static //; s/noname/spl_bckgnd_xpm/}' > $@ + +-splash.xbm: $(top_srcdir)/splash-image/spl_bckgnd.fig $(top_srcdir)/version.m4 ++splash.xbm: $(top_srcdir)/splash-image/spl_bckgnd.fig.in $(top_srcdir)/version.m4 + fig2dev -L xbm -S 4 $(top_srcdir)/splash-image/spl_bckgnd.fig \ + | sed '1,3 s/noname/spl_bckgnd/; 3 s/char/unsigned &/' > $@ + -- cgit v1.2.3-65-gdbad