git: 757865b3182b - 2022Q3 - science/pcmsolver: Remove CMAKE_EXE_LINKER_FLAGS from cmake configure arguments

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 19 Jul 2022 08:41:26 UTC
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=757865b3182b2c6ddb6a113e53a4df0de3e0b262

commit 757865b3182b2c6ddb6a113e53a4df0de3e0b262
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-17 20:46:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-19 08:41:19 +0000

    science/pcmsolver: Remove CMAKE_EXE_LINKER_FLAGS from cmake configure arguments
    
    arm64 has build failures related to libgcc_s.so.1.
    This change might cure these failures.
    
    (cherry picked from commit 0a9a46960255fb4ef17e1a6313d36e645d68314a)
---
 science/pcmsolver/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/science/pcmsolver/Makefile b/science/pcmsolver/Makefile
index 85d7c21fc9c9..292794fe031f 100644
--- a/science/pcmsolver/Makefile
+++ b/science/pcmsolver/Makefile
@@ -24,7 +24,6 @@ do-configure: # full CMAKE_ARGS breaks configure: -DCMAKE_EXE_LINKER_FLAGS="${LD
 			-DCMAKE_BUILD_TYPE:STRING="Release" \
 			-DCMAKE_C_FLAGS_RELEASE:STRING="${CFLAGS}" \
 			-DCMAKE_CXX_FLAGS_RELEASE:STRING="${CXXFLAGS}" \
-			-DCMAKE_EXE_LINKER_FLAGS:STRING="${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so" \
 			-DCMAKE_C_COMPILER:STRING="${CC}" \
 			-DCMAKE_CXX_COMPILER:STRING="${CXX}" \
 			-DPYTHON_INTERPRETER:STRING="${PYTHON_CMD}" \