summaryrefslogtreecommitdiff
path: root/community/agave/agave-0.4.7-mips.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/agave/agave-0.4.7-mips.patch')
-rw-r--r--community/agave/agave-0.4.7-mips.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/agave/agave-0.4.7-mips.patch b/community/agave/agave-0.4.7-mips.patch
new file mode 100644
index 000000000..5b24c2cbc
--- /dev/null
+++ b/community/agave/agave-0.4.7-mips.patch
@@ -0,0 +1,11 @@
+--- agave.orig/src/core/compat-round.cc 2006-09-30 16:55:58.000000000 -0500
++++ agave/src/core/compat-round.cc 2012-10-16 11:49:05.823741281 -0500
+@@ -133,7 +133,7 @@
+ } bits;
+ };
+ #define compat_mask_nbit_l(u) ((u).bits.manh &= 0x7fffffff)
+-#elif __ia64__
++#elif __mips__
+ union compat_IEEEl2bits {
+ long double e;
+ struct {