ports/math/flint2/files/patch-qadic_ctx__init__conway.c
Yuri Victorovich 141654c0c2 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
2018-03-30 06:40:34 +00:00

13 lines
333 B
C

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