From 89e9beac74c82e38fd07db9ea30a82d821240c91 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 12 Oct 2004 09:51:53 +0000 Subject: Fix build on 4-stable Fix pkg-plist PR: ports/71875 Submitted by: Ports Fury --- editors/MathPlanner/files/patch-Integer.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 editors/MathPlanner/files/patch-Integer.cpp (limited to 'editors/MathPlanner/files/patch-Integer.cpp') 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; + + } -- cgit v1.2.3