|
|
@@ -15,19 +15,6 @@ Index: src/stdint_.h
|
|
|
/* other archs may want to add defines here,
|
|
|
or use the fallbacks in std.h */
|
|
|
#endif
|
|
|
-Index: src/gdevpdfe.c
|
|
|
---- src/gdevpdfe.c.orig 2006-03-13 21:53:43.000000000 +0100
|
|
|
-+++ src/gdevpdfe.c 2006-06-14 21:38:30.123121530 +0200
|
|
|
-@@ -185,6 +185,9 @@
|
|
|
- stream_puts(s, default_value);
|
|
|
- }
|
|
|
-
|
|
|
-+#undef uint64_t
|
|
|
-+#define uint64_t GX_COLOR_INDEX_TYPE
|
|
|
-+
|
|
|
- private uint64_t
|
|
|
- pdf_uuid_time(gx_device_pdf *pdev)
|
|
|
- {
|
|
|
Index: src/unix-gcc.mak
|
|
|
--- src/unix-gcc.mak.orig 2007-08-03 10:14:48 +0200
|
|
|
+++ src/unix-gcc.mak 2007-08-03 12:32:08 +0200
|
|
|
@@ -42,15 +29,3 @@ Index: src/unix-gcc.mak
|
|
|
|
|
|
# ---------------------------- End of options --------------------------- #
|
|
|
|
|
|
-Index: src/gpmisc.c
|
|
|
---- src/gpmisc.c.orig 2007-06-06 00:23:38 +0200
|
|
|
-+++ src/gpmisc.c 2007-08-28 09:48:55 +0200
|
|
|
-@@ -93,7 +93,7 @@
|
|
|
- * 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 /* defined (O_LARGEFILE) */
|
|
|
- file = (b64 ? fdopen64 : fdopen)(fildes, (char *)mode); /* still really const */
|
|
|
- #else
|
|
|
- file = fdopen(fildes, (char *)mode); /* still really const */
|