From f490d90d09cb643c6dc470973c79a0727edcf617 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 11 Sep 2001 19:24:31 +0000 Subject: ** ghostscript6 has been repocopied to ghostscript-afpl ** Update to AFPL Ghostscript 7.00. PR: ports/29580 Submitted by: KATO Tsuguru --- print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c (limited to 'print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c') diff --git a/print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c b/print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c new file mode 100644 index 000000000000..605148be439c --- /dev/null +++ b/print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c @@ -0,0 +1,12 @@ +--- pcl3/eprn/gdeveprn.c.orig Sun Mar 25 13:59:11 2001 ++++ pcl3/eprn/gdeveprn.c Tue Apr 10 17:53:03 2001 +@@ -81,6 +81,9 @@ + #include "gstypes.h" /* needed by gsstate.h */ + #include "gsstate.h" /* needed by icstate.h */ + #include "icstate.h" /* for struct gs_context_state_s */ ++#if !defined(GS_REVISION) || GS_REVISION >= 700 ++#include "iapi.h" /* needed by iminst.h */ ++#endif + #include "iminst.h" /* for struct gs_main_instance_s */ + #include "imain.h" /* for gs_main_instance_default() */ + #include "gscoord.h" /* for gs_setdefaultmatrix() */ -- cgit v1.2.3