summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2017-07-22 03:50:12 +0000
committerDon Lewis <truckman@FreeBSD.org>2017-07-22 03:50:12 +0000
commit5fa838568e4cc2a04bd02f459b19fff0e091c73a (patch)
tree220f18f86264e9c86c5187af1681e45bee2e48b9 /editors/openoffice-devel/files
parent- New port: editors/coedit (diff)
Include <complex> instead of the obsolete <boost/tr1/complex.hpp>. The
upcoming boost 1.65 upgrade removes support for tr1. Sort ONLY_FOR_ARCHS to pacify portlint. No PORTREVISION bump since the code does not appear to change. PR: 220723
Notes
Notes: svn path=/head/; revision=446366
Diffstat (limited to 'editors/openoffice-devel/files')
-rw-r--r--editors/openoffice-devel/files/patch-scaddins_source_analysis_analysishelper.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-scaddins_source_analysis_analysishelper.hxx b/editors/openoffice-devel/files/patch-scaddins_source_analysis_analysishelper.hxx
new file mode 100644
index 000000000000..adef7313dad3
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-scaddins_source_analysis_analysishelper.hxx
@@ -0,0 +1,11 @@
+--- scaddins/source/analysis/analysishelper.hxx.orig 2014-09-19 18:07:44 UTC
++++ scaddins/source/analysis/analysishelper.hxx
+@@ -35,7 +35,7 @@
+
+ #include <math.h>
+
+-#include <boost/tr1/complex.hpp>
++#include <complex>
+ #ifndef double_complex
+ typedef std::complex<double> double_complex;
+ #endif