From cc39765d64adba9bc7ad8d0764aa93f238f3480b Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Tue, 16 May 2017 15:25:42 -0500 Subject: media-libs/libsdl2: --enable-loadso on windows For opengl to work on windows (at least via a mingw-w64 cross-compile) --enable-loadso is required, as they dlopen opengl32.dll to get a handle. Bug: https://bugs.gentoo.org/636542 Signed-off-by: Marty E. Plummer Closes: https://github.com/gentoo/gentoo/pull/4649 --- media-libs/libsdl2/libsdl2-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-libs/libsdl2/libsdl2-2.0.7.ebuild') diff --git a/media-libs/libsdl2/libsdl2-2.0.7.ebuild b/media-libs/libsdl2/libsdl2-2.0.7.ebuild index 4117b57c829b..96b9e931240d 100644 --- a/media-libs/libsdl2/libsdl2-2.0.7.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.7.ebuild @@ -99,7 +99,7 @@ multilib_src_configure() { $(use_enable threads) --enable-timers --enable-file - --disable-loadso + $(use_enable kernel_Winnt loadso) --enable-cpuinfo --enable-assembly $(use_enable cpu_flags_x86_sse ssemath) -- cgit v1.2.3-65-gdbad