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-MathHeaders.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 editors/MathPlanner/files/patch-MathHeaders.h (limited to 'editors/MathPlanner/files/patch-MathHeaders.h') diff --git a/editors/MathPlanner/files/patch-MathHeaders.h b/editors/MathPlanner/files/patch-MathHeaders.h new file mode 100644 index 000000000000..adcf3644fecc --- /dev/null +++ b/editors/MathPlanner/files/patch-MathHeaders.h @@ -0,0 +1,17 @@ +--- src/MathHeaders.h.orig Sun Dec 8 04:58:58 2002 ++++ src/MathHeaders.h Sun Sep 12 00:15:42 2004 +@@ -63,12 +63,12 @@ + public: + + union { +- struct { mpl_real R,I,J,K; }; ++ struct { mpl_real R,I,J,K; } m; + mpl_real real; + mpl_vector vector; + mpl_complex complex; + mpl_rational rational; +- }; ++ } mpl; + + int type; + char pwrs[COUNT]; // Used in unit calculation -- cgit v1.2.3