git: 59b2998493b7 - main - misc/ecflow: Fix build on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 03 Dec 2022 04:00:51 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59b2998493b7de7eb14c334988e120d3cc7d1aaa

commit 59b2998493b7de7eb14c334988e120d3cc7d1aaa
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-03 03:32:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-03 04:00:48 +0000

    misc/ecflow: Fix build on armv7
    
    Reported by:    fallout
---
 misc/ecflow/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/ecflow/Makefile b/misc/ecflow/Makefile
index dbc5dd460de9..9517fcb43021 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