aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/config/cf/Imake.cf
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-05-06 00:38:01 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-28 20:14:35 +0200
commit347363f3f2088116a493050aa81f77e9993b03a3 (patch)
tree675568418fab9131687276333090db582ea83dc8 /nx-X11/config/cf/Imake.cf
parentf77a4b405b2e41b0ae8a0ff1cbf6ee8593c32a7f (diff)
downloadnx-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/config/cf/Imake.cf')
-rw-r--r--nx-X11/config/cf/Imake.cf12
1 files changed, 12 insertions, 0 deletions
diff --git a/nx-X11/config/cf/Imake.cf b/nx-X11/config/cf/Imake.cf
index 47518164b..676c7ebc5 100644
--- a/nx-X11/config/cf/Imake.cf
+++ b/nx-X11/config/cf/Imake.cf
@@ -184,6 +184,12 @@
# undef __vax__
# define VaxArchitecture
# endif
+# ifdef __hppa__
+# ifndef HPArchitecture
+# define HPArchitecture
+# endif
+# undef __hppa__
+# endif /* __hppa__ */
#endif /* OpenBSD */
/* Systems based on kernel of OpenBSD */
@@ -890,6 +896,12 @@ XCOMM Keep cpp from replacing path elements containing i486/i586/i686
# undef MIPSEL
# undef _MIPSEL
# endif
+# ifdef __hppa__
+# ifndef HPArchitecture
+# define HPArchitecture
+# endif
+# undef __hppa__
+# endif /* __hppa__ */
# ifdef __sh__
# ifndef SuperHArchitecture
# define SuperHArchitecture