diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-06 00:38:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-28 20:14:35 +0200 |
commit | 347363f3f2088116a493050aa81f77e9993b03a3 (patch) | |
tree | 675568418fab9131687276333090db582ea83dc8 /nx-X11/include | |
parent | f77a4b405b2e41b0ae8a0ff1cbf6ee8593c32a7f (diff) | |
download | nx-libs-347363f3f2088116a493050aa81f77e9993b03a3.tar.gz nx-libs-347363f3f2088116a493050aa81f77e9993b03a3.tar.bz2 nx-libs-347363f3f2088116a493050aa81f77e9993b03a3.zip |
Fix FTBFS on Linux based HP-PARisc 32-bit systems. Thanks to John Paul Adrian Glaubitz from FU Berlin for providing access to a corresponding porters' machine.
This partially reverts nx-libs commit f6dcf2f. The 'hpux' stuff stays
out, the __hppa__ gets re-introduced.
Diffstat (limited to 'nx-X11/include')
-rw-r--r-- | nx-X11/include/Xmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nx-X11/include/Xmd.h b/nx-X11/include/Xmd.h index 50159edd3..be99dfc98 100644 --- a/nx-X11/include/Xmd.h +++ b/nx-X11/include/Xmd.h @@ -58,6 +58,7 @@ SOFTWARE. defined(__ia64__) || defined(ia64) || \ defined(__sparc64__) || \ defined(__s390x__) || \ + (defined(__hppa__) && defined(__LP64__)) || \ defined(__amd64__) || defined(amd64) || \ defined(__powerpc64__) #define LONG64 /* 32/64-bit architecture */ |