]> git.pld-linux.org Git - packages/Firebird.git/blobdiff - Firebird-morearchs.patch
- rely on proper sparc64 define (__arch64__ or _LP64 in recent gccs)
[packages/Firebird.git] / 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.09872 seconds and 4 git commands to generate.