You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Index: src/stdint_.h
|
|
|
|
|
--- src/stdint_.h.orig 2004-06-17 23:42:53 +0200
|
|
|
|
|
+++ src/stdint_.h 2005-04-23 20:30:33 +0200
|
|
|
|
|
@@ -72,6 +72,13 @@
|
|
|
|
|
typedef u_int64_t uint64_t;
|
|
|
|
|
# define STDINT_TYPES_DEFINED
|
|
|
|
|
# endif
|
|
|
|
|
+#ifdef __sun__
|
|
|
|
|
+# include <sys/int_types.h>
|
|
|
|
|
+# define STDINT_TYPES_DEFINED
|
|
|
|
|
+#endif
|
|
|
|
|
+#ifdef __FreeBSD__
|
|
|
|
|
+# define STDINT_TYPES_DEFINED
|
|
|
|
|
+#endif
|
|
|
|
|
/* 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)
|
|
|
|
|
{
|