mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Security: https://vuxml.freebsd.org/freebsd/5c777f88-40ff-4e1e-884b-ad63dfb9bb15.html Security: https://vuxml.freebsd.org/freebsd/9c91e1f8-f255-4b57-babe-2e385558f1dc.html
13 lines
590 B
Text
13 lines
590 B
Text
--- third_party/ffmpeg/configure.orig 2025-07-02 06:08:04 UTC
|
|
+++ third_party/ffmpeg/configure
|
|
@@ -6885,8 +6885,8 @@ if ! disabled pthreads && ! enabled w32threads && ! en
|
|
if enabled pthread_np_h; then
|
|
hdrs="$hdrs pthread_np.h"
|
|
fi
|
|
- check_lib pthread_set_name_np "$hdrs" pthread_set_name_np -lpthread
|
|
- check_lib pthread_setname_np "$hdrs" pthread_setname_np -lpthread
|
|
+ check_lib pthread_set_name_np pthread_np.h pthread_set_name_np -lpthread
|
|
+ check_lib pthread_setname_np pthread_np.h pthread_setname_np -lpthread
|
|
fi
|
|
fi
|
|
|