Date: Sun, 17 Jul 2022 20:48:22 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0a9a46960255 - main - science/pcmsolver: Remove CMAKE_EXE_LINKER_FLAGS from cmake configure arguments Message-ID: <202207172048.26HKmMrv075573@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a9a46960255fb4ef17e1a6313d36e645d68314a commit 0a9a46960255fb4ef17e1a6313d36e645d68314a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-17 20:46:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-17 20:48:20 +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. --- 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}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207172048.26HKmMrv075573>