diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-03 23:12:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-03 23:12:51 +0000 |
commit | aa130f637e5fca111907f9dd5c85493a0c290b44 (patch) | |
tree | 8b015c88245df06f333b5580b30a9a629bedb6a8 | |
parent | Honor CC (diff) |
- Fix build on i386 by disabling the assembly
Submitted by: Frank Fenor <frank@fenor.de>
-rw-r--r-- | math/miracl/files/patch-mirdef.lnx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/miracl/files/patch-mirdef.lnx b/math/miracl/files/patch-mirdef.lnx new file mode 100644 index 000000000000..ce1d464e683c --- /dev/null +++ b/math/miracl/files/patch-mirdef.lnx @@ -0,0 +1,9 @@ +diff -Nru mirdef.lnx mirdef.lnx +--- mirdef.lnx 2006-07-12 13:57:00.000000000 +0200 ++++ mirdef.lnx 2008-04-03 23:24:04.000000000 +0200 +@@ -27,4 +27,4 @@ + + #define MAXBASE ((mr_small)1<<(MIRACL-1)) + +- ++#define MR_NOASM |