aboutsummaryrefslogtreecommitdiff
path: root/dist/darwin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dist/darwin.patch')
-rw-r--r--dist/darwin.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/dist/darwin.patch b/dist/darwin.patch
new file mode 100644
index 0000000..66573ff
--- /dev/null
+++ b/dist/darwin.patch
@@ -0,0 +1,30 @@
+diff -ru /Users/eschnett/src/LORENE/C++/Include/nbr_spx.h LORENE/C++/Include/nbr_spx.h
+--- /Users/eschnett/src/LORENE/C++/Include/nbr_spx.h 2007-06-16 17:19:23.000000000 -0500
++++ LORENE/C++/Include/nbr_spx.h 2009-11-21 17:46:49.000000000 -0600
+@@ -151,6 +151,10 @@
+ #include <math.h>
+ #define __infinity INFINITY
+ #else
++#ifdef __x86_64__
++#include <math.h>
++#define __infinity INFINITY
++#else
+ extern double __infinity ;
+ #endif
+ #endif
+@@ -158,5 +162,6 @@
+ #endif
+ #endif
+ #endif
++#endif
+
+ #endif
+diff -ru /Users/eschnett/src/LORENE/Makefile LORENE/Makefile
+--- /Users/eschnett/src/LORENE/Makefile 2004-03-26 08:00:21.000000000 -0600
++++ LORENE/Makefile 2009-11-21 17:43:37.000000000 -0600
+@@ -29,4 +29,4 @@
+ test:
+ cd Test; $(MAKE)
+
+-
++.PHONY: all install doc cpp fortran export uninstall test