Skip to content

Commit 3010421

Browse files
Yasuhiro KimuraYasuhiro Kimura
authored andcommitted
lang/lfortran: Fix build with upcoming binutils 2.41
PR: 272988 Approved by: thierry (fortran@)
1 parent d206176 commit 3010421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lang/lfortran/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CMAKE_ON+= WITH_XEUS
5050
# BFD:
5151
USE_BINUTILS= yes
5252
CMAKE_ON+= WITH_BFD
53-
LIB_DEPENDS+= libbfd-2.40.so:devel/binutils
53+
LIB_DEPENDS+= libbfd.so:devel/binutils
5454

5555
pre-configure:
5656
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/version

0 commit comments

Comments
 (0)