From 704e1ea85af0ee75cc41234e5c9a3df8dd544777 Mon Sep 17 00:00:00 2001 From: codicodi Date: Tue, 20 Dec 2016 14:52:13 +0100 Subject: [sdl2] make SDL2 use libc --- ports/sdl2/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/sdl2/portfile.cmake b/ports/sdl2/portfile.cmake index 81439567c..ba99334eb 100644 --- a/ports/sdl2/portfile.cmake +++ b/ports/sdl2/portfile.cmake @@ -47,6 +47,7 @@ else() -DSDL_STATIC=${SDL_STATIC_LIB} -DSDL_SHARED=${SDL_SHARED_LIB} -DFORCE_STATIC_VCRT=${SDL_STATIC_CRT} + -DLIBC=ON ) vcpkg_install_cmake() -- cgit v1.2.3 From 12f8636815aeb4fbee37f4eda6fb9cc8354d8936 Mon Sep 17 00:00:00 2001 From: codicodi Date: Tue, 20 Dec 2016 15:37:45 +0100 Subject: [sdl2] bump version --- ports/sdl2/CONTROL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/sdl2/CONTROL b/ports/sdl2/CONTROL index 7f10c1954..3e6b8a5ec 100644 --- a/ports/sdl2/CONTROL +++ b/ports/sdl2/CONTROL @@ -1,3 +1,3 @@ Source: sdl2 -Version: 2.0.5 -Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. \ No newline at end of file +Version: 2.0.5-1 +Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. -- cgit v1.2.3