From 141654c0c29c2453a251cc62eca2c5f1b16b06ea Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 30 Mar 2018 06:40:34 +0000 Subject: 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 --- math/flint2/files/patch-qadic_ctx__init__conway.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/flint2/files/patch-qadic_ctx__init__conway.c (limited to 'math/flint2/files/patch-qadic_ctx__init__conway.c') 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 -- cgit v1.2.3