OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-Jul-2003 10:21:00
Branch: HEAD Handle: 2003073109210000
Modified files:
openpkg-src/pgp pgp.patch
Log:
fix build on 64bit machines
Summary:
Revision Changes Path
1.4 +11 -0 openpkg-src/pgp/pgp.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pgp/pgp.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 pgp.patch
--- openpkg-src/pgp/pgp.patch 28 Jul 2003 08:43:33 -0000 1.3
+++ openpkg-src/pgp/pgp.patch 31 Jul 2003 08:21:00 -0000 1.4
@@ -566,3 +566,14 @@
#else
typedef struct sem_t PGPSem_t;
#endif /* !PGP_UNIX_HPUX */
+--- libs/pfl/common/pgpBase.h.dist 2003-07-31 10:17:51.000000000 +0200
++++ libs/pfl/common/pgpBase.h 2003-07-31 10:18:16.000000000 +0200
+@@ -137,7 +137,7 @@
+ #if ULONG_MAX > 0xfffffffful
+ #if ULONG_MAX == 0xfffffffffffffffful
+
+-typedef ulong PGPUInt64;
++typedef unsigned long PGPUInt64;
+ typedef long PGPInt64;
+ #define PGP_HAVE64 1
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]