Browse Source

fix build on 64bit machines

Michael van Elst 22 years ago
parent
commit
1a8149eabf
1 changed files with 11 additions and 0 deletions
  1. 11 0
      pgp/pgp.patch

+ 11 - 0
pgp/pgp.patch

@@ -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
+