summaryrefslogtreecommitdiff
path: root/print/ghostscript/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-01-09 19:01:07 +0000
committerdrochner <drochner@pkgsrc.org>2008-01-09 19:01:07 +0000
commit0c9d1cec28ceb133edaae8abf38f5f8fcc946e0f (patch)
tree6762f23494400bb696c6c8b32b2d13e87cb9faaf /print/ghostscript/patches
parent350f0a87bd7bd483bbc85ed9728250f1bbc354cb (diff)
downloadpkgsrc-0c9d1cec28ceb133edaae8abf38f5f8fcc946e0f.tar.gz
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.
Diffstat (limited to 'print/ghostscript/patches')
-rw-r--r--print/ghostscript/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
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 */