mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
Enable support for the .data.rel.ro section because the arm64 assembly code in ffmpeg depends on it. Reported by: pkg-fallout Obtained from: https://cgit.freebsd.org/ports/patch/www/chromium/files/patch-third__party_ffmpeg_configure?id=919638f2014d06b489db252c378714fbac038f83 MFH: 2023Q3
10 lines
289 B
Text
10 lines
289 B
Text
--- third_party/ffmpeg/configure.orig 2023-08-30 08:53:07 UTC
|
|
+++ third_party/ffmpeg/configure
|
|
@@ -5542,6 +5542,7 @@ case $target_os in
|
|
disable symver
|
|
;;
|
|
freebsd)
|
|
+ enable section_data_rel_ro
|
|
;;
|
|
bsd/os)
|
|
add_extralibs -lpoll -lgnugetopt
|