From 0c9d1cec28ceb133edaae8abf38f5f8fcc946e0f Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 9 Jan 2008 19:01:07 +0000 Subject: update to 8.61 changes: a number of bug fixes and improvements Note: The default device in the gcc build is now the 'x11alpha' device which provides antialiasing for display. To recover the old default behaviour add '-sDEVICE=x11' to the command line. --- print/ghostscript/patches/patch-ac | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 print/ghostscript/patches/patch-ac (limited to 'print/ghostscript/patches') diff --git a/print/ghostscript/patches/patch-ac b/print/ghostscript/patches/patch-ac deleted file mode 100644 index bfc29705350..00000000000 --- a/print/ghostscript/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.7 2007/08/09 18:52:38 tnn Exp $ - ---- src/gpmisc.c.orig 2007-07-18 04:37:50.000000000 +0200 -+++ src/gpmisc.c -@@ -93,7 +93,7 @@ gp_fopentemp_generic(const char *fname, - * fdopen as (char *), rather than following the POSIX.1 standard, - * which defines it as (const char *). Patch this here. - */ --#if defined (O_LARGEFILE) -+#if 0 - file = (b64 ? fdopen64 : fdopen)(fildes, (char *)mode); /* still really const */ - #else - file = fdopen(fildes, (char *)mode); /* still really const */ -- cgit v1.2.3