diff options
Diffstat (limited to 'print/ghostscript5/patches/patch-ai')
-rw-r--r-- | print/ghostscript5/patches/patch-ai | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/ghostscript5/patches/patch-ai b/print/ghostscript5/patches/patch-ai new file mode 100644 index 00000000000..7178cf2b216 --- /dev/null +++ b/print/ghostscript5/patches/patch-ai @@ -0,0 +1,15 @@ +$NetBSD: patch-ai,v 1.1 1999/11/15 11:36:10 rh Exp $ + +--- pagecount.c.orig Sun Nov 15 12:33:04 1998 ++++ pagecount.c Sun Nov 14 15:54:12 1999 +@@ -33,10 +33,6 @@ + + /*****************************************************************************/ + +-#ifndef _XOPEN_SOURCE +-#define _XOPEN_SOURCE 500 +-#endif +- + /* Standard headers */ + #include <errno.h> + #include <stdio.h> |