]> git.pld-linux.org Git - packages/hdf.git/blob - hdf-morearchs.patch
- try to support ppc and sparc
[packages/hdf.git] / hdf-morearchs.patch
1 --- HDF4.2r0/hdf/src/hdfi.h.orig        2003-11-01 01:17:14.000000000 +0100
2 +++ HDF4.2r0/hdf/src/hdfi.h     2004-03-06 15:17:47.590863112 +0100
3 @@ -161,7 +161,7 @@
4   *      be renamed as LONGNEINT32.
5   */
6  
7 -#if (defined(SUN) || defined(sun) || defined(__sun__) || defined(__SUNPRO_C)) & !defined(__i386)
8 +#if (defined(SUN) || defined(sun) || defined(__sun__) || defined(__sparc__) || defined(__SUNPRO_C)) & !defined(__i386)
9  #ifdef __STDC__
10  #define ANSISUN
11  #else /* __STDC__ */
12 @@ -292,7 +292,7 @@
13  #endif /* SUN */
14  
15  
16 -#if defined(IBM6000) || defined(_AIX)
17 +#if defined(IBM6000) || defined(_AIX) || defined(__powerpc__)
18  
19  #ifndef IBM6000
20  #define IBM6000
This page took 0.057633 seconds and 4 git commands to generate.