diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-30 06:40:34 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-30 06:40:34 +0000 |
| commit | 141654c0c29c2453a251cc62eca2c5f1b16b06ea (patch) | |
| tree | ee4c2965ee9e24226a0d3e6b595a20b44b3339b6 /math/flint2/files/patch-qadic_ctx__init__conway.c | |
| parent | Update to the 20180325 snapshot of GCC 8. (diff) | |
math/flint2: Update g20170804 -> g20180323
Port changes:
* Change to the repo that is current
* Change to cmake
* Update/add patches required to build on FreeBSD
Diffstat (limited to 'math/flint2/files/patch-qadic_ctx__init__conway.c')
| -rw-r--r-- | math/flint2/files/patch-qadic_ctx__init__conway.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/flint2/files/patch-qadic_ctx__init__conway.c b/math/flint2/files/patch-qadic_ctx__init__conway.c new file mode 100644 index 000000000000..7b1326a1cbb6 --- /dev/null +++ b/math/flint2/files/patch-qadic_ctx__init__conway.c @@ -0,0 +1,13 @@ +Workaround for https://github.com/wbhart/flint2/issues/460 + +--- qadic/ctx_init_conway.c.orig 2018-03-30 04:28:36 UTC ++++ qadic/ctx_init_conway.c +@@ -19,7 +19,7 @@ + + int flint_conway_polynomials [] = { + #if !defined( _MSC_VER) +-#include "../build/CPimport.h" ++#include "../../.build/CPimport.h" + #else + #include "CPimport.h" + #endif |
