ports/devel/electron32/files/patch-third__party_ffmpeg_configure
Hiroki Tagato 63a5b151bf devel/electron32: add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.

It's easier than you think.

If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.

WWW: https://electronjs.org/
2024-09-23 04:58:21 +09:00

13 lines
590 B
Text

--- third_party/ffmpeg/configure.orig 2024-08-14 20:56:40 UTC
+++ third_party/ffmpeg/configure
@@ -6818,8 +6818,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