mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
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/
10 lines
289 B
Text
10 lines
289 B
Text
--- third_party/ffmpeg/configure.orig 2023-11-29 21:40:59 UTC
|
|
+++ third_party/ffmpeg/configure
|
|
@@ -5604,6 +5604,7 @@ case $target_os in
|
|
disable symver
|
|
;;
|
|
freebsd)
|
|
+ enable section_data_rel_ro
|
|
;;
|
|
bsd/os)
|
|
add_extralibs -lpoll -lgnugetopt
|