aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-17 20:46:44 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-19 08:41:19 +0000
commit757865b3182b2c6ddb6a113e53a4df0de3e0b262 (patch)
treee5b1bdf5e513cd33a694f0412eebde614cc611a5
parent144e572cda906edccdaf58946a89bb4b4271f7c2 (diff)
downloadports-757865b3182b2c6ddb6a113e53a4df0de3e0b262.tar.gz
ports-757865b3182b2c6ddb6a113e53a4df0de3e0b262.zip
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)
-rw-r--r--science/pcmsolver/Makefile1
1 files changed, 0 insertions, 1 deletions
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}" \