mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
Port changes: * Change to the repo that is current * Change to cmake * Update/add patches required to build on FreeBSD
13 lines
333 B
C
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
|