]> git.pld-linux.org Git - packages/Firebird.git/commitdiff
- rely on proper sparc64 define (__arch64__ or _LP64 in recent gccs) auto/th/Firebird-1_5_3_4870-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jan 2006 21:08:09 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Firebird-morearchs.patch -> 1.6

Firebird-morearchs.patch

index af8c1847a30ec1a577edf7336e5a7f579c131e91..c7ae11606c21f14912a2cc286c725c5ba15c1c95 100644 (file)
@@ -22,7 +22,7 @@
  // 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)
++#if defined(_LP64) || defined(__LP64__) || defined(__arch64__) || defined(__alpha__)
  typedef       int             ISC_LONG;
  typedef       unsigned int    ISC_ULONG;
  #else
This page took 0.066197 seconds and 4 git commands to generate.