Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2023 01:08:47 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3010421428e4 - main - lang/lfortran: Fix build with upcoming binutils 2.41
Message-ID:  <202308090108.37918lWw090852@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308090108.37918lWw090852>