summaryrefslogtreecommitdiff
path: root/math/gfan/files/patch-src_ep__xfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/gfan/files/patch-src_ep__xfig.cpp')
-rw-r--r--math/gfan/files/patch-src_ep__xfig.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/gfan/files/patch-src_ep__xfig.cpp b/math/gfan/files/patch-src_ep__xfig.cpp
new file mode 100644
index 000000000000..8c5aa03dc444
--- /dev/null
+++ b/math/gfan/files/patch-src_ep__xfig.cpp
@@ -0,0 +1,17 @@
+--- src/ep_xfig.cpp.orig 2017-06-20 14:47:37 UTC
++++ src/ep_xfig.cpp
+@@ -75,12 +75,12 @@ bool XfigEnumerationPrinter::basis(const PolynomialSet
+ }
+ }
+
+- log2 xfig->printPolygon(p);
++ gfan_log2 xfig->printPolygon(p);
+ xfig->drawPolygon(p,0);
+
+ basisCounter++;
+
+- log2 fprintf(Stderr,"basisCounter:%i\n",basisCounter);
++ gfan_log2 fprintf(Stderr,"basisCounter:%i\n",basisCounter);
+
+ return true;
+ }