]> git.pld-linux.org Git - packages/Firebird.git/commitdiff
- alpha is 64 bit arch too
authorhavner <havner@pld-linux.org>
Sun, 3 Oct 2004 01:35:27 +0000 (01:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Firebird-morearchs.patch -> 1.4

Firebird-morearchs.patch

index 28d6f5d73b3be5e09c806080b47c7c6410800b15..6610444baae84fa9994ea0e07693b4f8773d22ec 100644 (file)
  #error "Define SWAP_DOUBLE for your platform correctly !"
  #endif
  #endif
+diff -ur firebird-1.5.1.4500.orig/src/jrd/ibase.h firebird-1.5.1.4500/src/jrd/ibase.h
+--- firebird-1.5.1.4500.orig/src/jrd/ibase.h   2004-03-29 05:50:10.000000000 +0200
++++ firebird-1.5.1.4500/src/jrd/ibase.h        2004-10-03 03:32:57.962674256 +0200
+@@ -57,7 +57,7 @@
+ // It is difficult to detect 64-bit long from the redistributable header
+ // we do not care of 16-bit platforms anymore thus we may use plain "int"
+ // which is 32-bit on all platforms we support
+-#if defined(_LP64) || defined(__LP64__) || defined(__arch64__)
++#if defined(_LP64) || defined(__LP64__) || defined(__arch64__) || defined(__alpha) || defined(__sparcv9)
+ typedef       int             ISC_LONG;
+ typedef       unsigned int    ISC_ULONG;
+ #else
This page took 0.057406 seconds and 4 git commands to generate.