OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 14-Jun-2006 21:48:00 Branch: HEAD Handle: 2006061420475900 Modified files: openpkg-src/ghostscript ghostscript.patch ghostscript.spec Log: use the already determined 64bit integer type Summary: Revision Changes Path 1.14 +13 -0 openpkg-src/ghostscript/ghostscript.patch 1.79 +1 -1 openpkg-src/ghostscript/ghostscript.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/ghostscript/ghostscript.patch ============================================================================ $ cvs diff -u -r1.13 -r1.14 ghostscript.patch --- openpkg-src/ghostscript/ghostscript.patch 22 Jul 2005 06:35:13 -0000 1.13 +++ openpkg-src/ghostscript/ghostscript.patch 14 Jun 2006 19:47:59 -0000 1.14 @@ -15,3 +15,16 @@ /* 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) + { @@ . patch -p0 <<'@@ .' Index: openpkg-src/ghostscript/ghostscript.spec ============================================================================ $ cvs diff -u -r1.78 -r1.79 ghostscript.spec --- openpkg-src/ghostscript/ghostscript.spec 24 May 2006 18:51:36 -0000 1.78 +++ openpkg-src/ghostscript/ghostscript.spec 14 Jun 2006 19:47:59 -0000 1.79 @@ -42,7 +42,7 @@ Group: Graphics License: Aladdin Version: %{V_real} -Release: 20060524 +Release: 20060614 # package options %option with_x11 yes @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org