From 3f6ab4834e8469bbe1f6569b7941c720f178b688 Mon Sep 17 00:00:00 2001 From: Ehsan Date: Wed, 11 Sep 2019 00:50:20 +0430 Subject: [openal-soft] Remove cmake-3-11 patch file (#8059) --- ports/openal-soft/cmake-3-11.patch | 14 -------------- ports/openal-soft/portfile.cmake | 1 - 2 files changed, 15 deletions(-) delete mode 100644 ports/openal-soft/cmake-3-11.patch diff --git a/ports/openal-soft/cmake-3-11.patch b/ports/openal-soft/cmake-3-11.patch deleted file mode 100644 index 07f7e6936..000000000 --- a/ports/openal-soft/cmake-3-11.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index a871f4c..f9f6b34 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -965,7 +965,8 @@ OPTION(ALSOFT_REQUIRE_DSOUND "Require DirectSound backend" OFF) - OPTION(ALSOFT_REQUIRE_MMDEVAPI "Require MMDevApi backend" OFF) - IF(HAVE_WINDOWS_H) - # Check MMSystem backend -- CHECK_INCLUDE_FILES("windows.h;mmsystem.h" HAVE_MMSYSTEM_H -D_WIN32_WINNT=0x0502) -+ set(CMAKE_REQUIRED_DEFINITIONS -D_WIN32_WINNT=0x0502) -+ CHECK_INCLUDE_FILES("windows.h;mmsystem.h" HAVE_MMSYSTEM_H) - IF(HAVE_MMSYSTEM_H) - CHECK_SHARED_FUNCTION_EXISTS(waveOutOpen "windows.h;mmsystem.h" winmm "" HAVE_LIBWINMM) - IF(HAVE_LIBWINMM) diff --git a/ports/openal-soft/portfile.cmake b/ports/openal-soft/portfile.cmake index a753030c8..2de4f646f 100644 --- a/ports/openal-soft/portfile.cmake +++ b/ports/openal-soft/portfile.cmake @@ -11,7 +11,6 @@ vcpkg_from_github( HEAD_REF master PATCHES dont-export-symbols-in-static-build.patch - cmake-3-11.patch fix-arm-builds.patch ) -- cgit v1.2.3