diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-06-28 22:23:42 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-06-28 22:23:42 +0200 |
commit | 3d255540f40b7e60dfee0807216a7705a1e9682a (patch) | |
tree | c9164b62d6c58a2c87b2b0fb633e1c09c95699d9 /nx-X11/extras | |
parent | 78d41614e4bfb022a7291167f893249f99acd006 (diff) | |
parent | 65c420515bb767eebc24c44bffcd78c2f8c59da1 (diff) | |
download | nx-libs-3d255540f40b7e60dfee0807216a7705a1e9682a.tar.gz nx-libs-3d255540f40b7e60dfee0807216a7705a1e9682a.tar.bz2 nx-libs-3d255540f40b7e60dfee0807216a7705a1e9682a.zip |
Merge branch 'sunweaver-pr/fix-ftbfs-on-hppa' into 3.6.x
Attributes GH PR #453: https://github.com/ArcticaProject/nx-libs/pull/453
Diffstat (limited to 'nx-X11/extras')
-rw-r--r-- | nx-X11/extras/Mesa.patches_6.4.1/4004_define-USE_IEEE-macro-for-more-platforms.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nx-X11/extras/Mesa.patches_6.4.1/4004_define-USE_IEEE-macro-for-more-platforms.patch b/nx-X11/extras/Mesa.patches_6.4.1/4004_define-USE_IEEE-macro-for-more-platforms.patch index 7db909b91..0a512e6b5 100644 --- a/nx-X11/extras/Mesa.patches_6.4.1/4004_define-USE_IEEE-macro-for-more-platforms.patch +++ b/nx-X11/extras/Mesa.patches_6.4.1/4004_define-USE_IEEE-macro-for-more-platforms.patch @@ -5,12 +5,13 @@ Index: Mesa/src/mesa/main/imports.h =================================================================== --- Mesa.orig/src/mesa/main/imports.h +++ Mesa/src/mesa/main/imports.h -@@ -204,6 +204,8 @@ typedef union { GLfloat f; GLint i; } fi +@@ -204,6 +204,9 @@ typedef union { GLfloat f; GLint i; } fi defined(ia64) || defined(__ia64__) || \ defined(__mips) || defined(_MIPS_ARCH) || \ defined(__arm__) || \ + defined(__aarch64__) || \ + defined(__mc68000__) || \ ++ defined(__hppa__) || \ defined(__sh__) || \ (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS))) #define USE_IEEE |