aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan <mohammadi.ehsan1994@gmail.com>2019-09-11 00:50:20 +0430
committerPhil Christensen <philc@microsoft.com>2019-09-10 13:20:20 -0700
commit3f6ab4834e8469bbe1f6569b7941c720f178b688 (patch)
tree078df4d77df8fa6bcd8c5c013b66f0fdf3e98903
parenta854988d140e3870ad64379dc2b92c2286833172 (diff)
downloadvcpkg-3f6ab4834e8469bbe1f6569b7941c720f178b688.tar.gz
vcpkg-3f6ab4834e8469bbe1f6569b7941c720f178b688.zip
[openal-soft] Remove cmake-3-11 patch file (#8059)
-rw-r--r--ports/openal-soft/cmake-3-11.patch14
-rw-r--r--ports/openal-soft/portfile.cmake1
2 files changed, 0 insertions, 15 deletions
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
)