summaryrefslogtreecommitdiff
path: root/editors/MathPlanner/files/patch-Integer.cpp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-10-12 09:51:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-10-12 09:51:53 +0000
commit89e9beac74c82e38fd07db9ea30a82d821240c91 (patch)
tree1690ecffb3b77a480e7b0c13ebce77f2a4ab6275 /editors/MathPlanner/files/patch-Integer.cpp
parentAdd WWW, which I found while making the distfile fetcheable again (diff)
Fix build on 4-stable
Fix pkg-plist PR: ports/71875 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=118886
Diffstat (limited to 'editors/MathPlanner/files/patch-Integer.cpp')
-rw-r--r--editors/MathPlanner/files/patch-Integer.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/MathPlanner/files/patch-Integer.cpp b/editors/MathPlanner/files/patch-Integer.cpp
new file mode 100644
index 000000000000..b5b130b0905f
--- /dev/null
+++ b/editors/MathPlanner/files/patch-Integer.cpp
@@ -0,0 +1,15 @@
+--- src/Integer.cpp.orig Fri Oct 11 21:30:32 2002
++++ src/Integer.cpp Sun Sep 12 00:24:57 2004
+@@ -34,10 +34,10 @@
+
+ DeleteAllIntegers();
+
+-zero.R=0; zero.I=0; zero.J=0; zero.K=0;
++zero.mpl.m.R=0; zero.mpl.m.I=0; zero.mpl.m.J=0; zero.mpl.m.K=0;
+ zero.type=MN_REAL;
+
+-pii.R=PI;
++pii.mpl.m.R=PI;
+ pii.type=MN_REAL;
+
+ }