diff options
Diffstat (limited to 'math/giacxcas/files/patch-src_icas.cc')
-rw-r--r-- | math/giacxcas/files/patch-src_icas.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/giacxcas/files/patch-src_icas.cc b/math/giacxcas/files/patch-src_icas.cc new file mode 100644 index 000000000000..8a6b89ec23b9 --- /dev/null +++ b/math/giacxcas/files/patch-src_icas.cc @@ -0,0 +1,12 @@ +--- src/icas.cc.orig 2022-04-11 07:52:40 UTC ++++ src/icas.cc +@@ -47,6 +47,9 @@ using namespace std; + //#include <unistd.h> // For reading arguments from file + #include <fcntl.h> + #include <cstdlib> ++#if defined(__FreeBSD__) ++#include <sys/wait.h> ++#endif + #include "gen.h" + #include "index.h" + #include "sym2poly.h" |