diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 09:51:53 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 09:51:53 +0000 |
commit | 89e9beac74c82e38fd07db9ea30a82d821240c91 (patch) | |
tree | 1690ecffb3b77a480e7b0c13ebce77f2a4ab6275 /editors/MathPlanner/files/patch-MathHeaders.h | |
parent | Add 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-MathHeaders.h')
-rw-r--r-- | editors/MathPlanner/files/patch-MathHeaders.h | 17 |
1 files changed, 17 insertions, 0 deletions
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 |