summarylogtreecommitdiffstats
path: root/endian-fix.patch
diff options
context:
space:
mode:
authorjwhendy2019-09-28 13:32:18 -0500
committerjwhendy2019-09-28 13:34:18 -0500
commitb1c3793e1e40d2937d6029e00becfdd99e64e799 (patch)
tree57b02958e3c84247cf397ba1c81d1e514c15ac91 /endian-fix.patch
parent76237fa4497508f02b0388b69c754028886ee9bf (diff)
downloadaur-b1c3793e1e40d2937d6029e00becfdd99e64e799.tar.gz
added patch for endian issue
Diffstat (limited to 'endian-fix.patch')
-rw-r--r--endian-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/endian-fix.patch b/endian-fix.patch
new file mode 100644
index 000000000000..c88e50bd58c6
--- /dev/null
+++ b/endian-fix.patch
@@ -0,0 +1,10 @@
+--- module.hpp.old 2019-09-28 13:24:21.148153374 -0500
++++ module.hpp 2019-09-28 13:23:55.294215002 -0500
+@@ -37,6 +37,7 @@
+ static int do_numpy_import( )
+ {
+ import_array( );
++ return NULL;
+ }
+ #else
+ static void do_numpy_import( )