git: 3010421428e4 - main - lang/lfortran: Fix build with upcoming binutils 2.41
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Aug 2023 01:08:47 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=3010421428e414462cf9bcc460398b3aee6b439b commit 3010421428e414462cf9bcc460398b3aee6b439b Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-08-06 18:31:52 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-08-09 01:08:14 +0000 lang/lfortran: Fix build with upcoming binutils 2.41 PR: 272988 Approved by: thierry (fortran@) --- lang/lfortran/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile index 052f24c2529c..6f76849d4944 100644 --- a/lang/lfortran/Makefile +++ b/lang/lfortran/Makefile @@ -50,7 +50,7 @@ CMAKE_ON+= WITH_XEUS # BFD: USE_BINUTILS= yes CMAKE_ON+= WITH_BFD -LIB_DEPENDS+= libbfd-2.40.so:devel/binutils +LIB_DEPENDS+= libbfd.so:devel/binutils pre-configure: ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/version