aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-12-03 03:32:42 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-12-15 01:43:38 +0000
commitfe8afe60f5ec6219eee36d56a8de4590a256f4ec (patch)
tree589d2b952f5406bb77250f9d72e4a94b79118a65
parent1f45807d128bcfb1aec39f346311eba879ad8224 (diff)
downloadports-fe8afe60f5ec6219eee36d56a8de4590a256f4ec.tar.gz
ports-fe8afe60f5ec6219eee36d56a8de4590a256f4ec.zip
misc/ecflow: Fix build on armv7
Reported by: fallout (cherry picked from commit 59b2998493b7de7eb14c334988e120d3cc7d1aaa)
-rw-r--r--misc/ecflow/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/ecflow/Makefile b/misc/ecflow/Makefile
index fdab028d6838..ca94f5c40687 100644
--- a/misc/ecflow/Makefile
+++ b/misc/ecflow/Makefile
@@ -24,6 +24,7 @@ SHEBANG_GLOB= *.sh *.in *.py
CMAKE_OFF= ENABLE_STATIC_BOOST_LIBS ENABLE_TESTS ENABLE_ALL_TESTS
+CXXFLAGS_armv7= -fPIC # attempt to work around compilation failure, see https://jira.ecmwf.int/browse/SUP-3688
CXXFLAGS_i386= -fPIC # attempt to work around compilation failure, see https://jira.ecmwf.int/browse/SUP-3688
CONFLICTS_BUILD= python27 # build attempts to find python-2.7 and use it