summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg4/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ffmpeg4/patches/patch-configure')
-rw-r--r--multimedia/ffmpeg4/patches/patch-configure17
1 files changed, 3 insertions, 14 deletions
diff --git a/multimedia/ffmpeg4/patches/patch-configure b/multimedia/ffmpeg4/patches/patch-configure
index f12786c042e..62ee98f6e70 100644
--- a/multimedia/ffmpeg4/patches/patch-configure
+++ b/multimedia/ffmpeg4/patches/patch-configure
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.8 2022/08/23 10:04:39 wiz Exp $
+$NetBSD: patch-configure,v 1.9 2022/10/10 17:14:02 adam Exp $
Sun audio support.
@@ -7,9 +7,7 @@ to avoid text relocations.
Do not use 'rsync'.
-Allow current SDL2 versions.
-
---- configure.orig 2022-04-14 20:13:38.000000000 +0000
+--- configure.orig 2022-10-09 19:04:43.000000000 +0000
+++ configure
@@ -2139,6 +2139,7 @@ HEADERS_LIST="
sys_resource_h
@@ -70,16 +68,7 @@ Allow current SDL2 versions.
check_headers sys/param.h
check_headers sys/resource.h
check_headers sys/select.h
-@@ -6555,7 +6563,7 @@ fi
-
- if enabled sdl2; then
- SDL2_CONFIG="${cross_prefix}sdl2-config"
-- test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 2.1.0" SDL_events.h SDL_PollEvent
-+ test_pkg_config sdl2 "sdl2 >= 2.0.1" SDL_events.h SDL_PollEvent
- if disabled sdl2 && "${SDL2_CONFIG}" --version > /dev/null 2>&1; then
- sdl2_cflags=$("${SDL2_CONFIG}" --cflags)
- sdl2_extralibs=$("${SDL2_CONFIG}" --libs)
-@@ -6599,7 +6607,6 @@ enabled makeinfo \
+@@ -6606,7 +6614,6 @@ enabled makeinfo \
disabled makeinfo_html && texi2html --help 2> /dev/null | grep -q 'init-file' && enable texi2html || disable texi2html
perl -v > /dev/null 2>&1 && enable perl || disable perl
pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man