Skip to content

Commit

Permalink
ffmpeg*: xcode 15: use -Wl,-ld_classic
Browse files Browse the repository at this point in the history
  • Loading branch information
mascguy committed Oct 1, 2023
1 parent bfa4af4 commit 637bb49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion multimedia/ffmpeg-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ platform darwin {
# TODO: This is a temporary solution, the classic linker will be removed in a future release by Apple.
if { ( [vercmp ${xcodeversion} 15 ] >= 0 ) || ( [vercmp ${xcodecltversion} 15 ] >= 0 ) } {
configure.ldflags-append \
-ld_classic
-Wl,-ld_classic
}
}

Expand Down
2 changes: 1 addition & 1 deletion multimedia/ffmpeg/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ platform darwin {
# TODO: This is a temporary solution, the classic linker will be removed in a future release by Apple.
if { ( [vercmp ${xcodeversion} 15 ] >= 0 ) || ( [vercmp ${xcodecltversion} 15 ] >= 0 ) } {
configure.ldflags-append \
-ld_classic
-Wl,-ld_classic
}
}

Expand Down
2 changes: 1 addition & 1 deletion multimedia/ffmpeg6/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ platform darwin {
# TODO: This is a temporary solution, the classic linker will be removed in a future release by Apple.
if { ( [vercmp ${xcodeversion} 15 ] >= 0 ) || ( [vercmp ${xcodecltversion} 15 ] >= 0 ) } {
configure.ldflags-append \
-ld_classic
-Wl,-ld_classic
}
}

Expand Down

0 comments on commit 637bb49

Please sign in to comment.