#12818: Building polybori under FreeBSD
-----------------------------+----------------------------------------------
Reporter: stephen | Owner: tbd
Type: PLEASE CHANGE | Status: new
Priority: major | Milestone: sage-5.0
Component: PLEASE CHANGE | Keywords: FreeBSD polybori
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------------------------
I need this patch to build under FreeBSD:
{{{
--- src/polybori-0.8.0/Cudd/cudd/cudd.h-orig 2012-02-09
03:18:02.000000000 +0000
+++ src/polybori-0.8.0/Cudd/cudd/cudd.h 2012-02-09 03:19:20.000000000
+0000
@@ -82,6 +82,12 @@
#endif
+#ifdef __cplusplus
+#include <cstdio>
+#else
+#include <stdio.h>
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif
}}}
This patch should be harmless to all builds under other OS.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12818>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.