diff options
| author | yuuko <yuuko@partyvan.io> | 2026-01-03 17:50:09 -0800 |
|---|---|---|
| committer | yuuko <yuuko@partyvan.io> | 2026-01-03 17:54:47 -0800 |
| commit | e7e0ce7d474a1dca211e9f8d3d631d9cb29592fb (patch) | |
| tree | 03aad02d050ef0f7644270de41c9cc09a79f2453 /srcds-pkgs/bad/cmake-ancient/application-services.patch | |
| parent | 72b50588f98aa7692f87e238c39f48ca08f46ea6 (diff) | |
Diffstat (limited to 'srcds-pkgs/bad/cmake-ancient/application-services.patch')
| -rw-r--r-- | srcds-pkgs/bad/cmake-ancient/application-services.patch | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/srcds-pkgs/bad/cmake-ancient/application-services.patch b/srcds-pkgs/bad/cmake-ancient/application-services.patch new file mode 100644 index 0000000..e0399d0 --- /dev/null +++ b/srcds-pkgs/bad/cmake-ancient/application-services.patch @@ -0,0 +1,60 @@ +diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt +index 8aff8f6..af1852d 100644 +--- a/Source/CMakeLists.txt ++++ b/Source/CMakeLists.txt +@@ -791,12 +791,11 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR MATCHES "sparc" + endif() + endif() + + # On Apple we need CoreFoundation and CoreServices + if(APPLE) + target_link_libraries(CMakeLib "-framework CoreFoundation") +- target_link_libraries(CMakeLib "-framework CoreServices") + endif() + + if(WIN32 AND NOT UNIX) + # We need the rpcrt4 library on Windows. + # We need the crypt32 library on Windows for crypto/cert APIs. +diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx +index e353a37..b06f842 100644 +--- a/Source/cmGlobalXCodeGenerator.cxx ++++ b/Source/cmGlobalXCodeGenerator.cxx +@@ -35,11 +35,6 @@ + + struct cmLinkImplementation; + +-#if !defined(CMAKE_BOOTSTRAP) && defined(__APPLE__) +-# define HAVE_APPLICATION_SERVICES +-# include <ApplicationServices/ApplicationServices.h> +-#endif +- + #if !defined(CMAKE_BOOTSTRAP) + # include "cmXMLParser.h" + +diff --git a/Utilities/cmlibarchive/CMakeLists.txt b/Utilities/cmlibarchive/CMakeLists.txt +index d7af6e2..d4808fc 100644 +--- a/Utilities/cmlibarchive/CMakeLists.txt ++++ b/Utilities/cmlibarchive/CMakeLists.txt +@@ -1662,11 +1662,6 @@ IF(MSVC) + ADD_DEFINITIONS(-D_CRT_SECURE_NO_DEPRECATE) + ENDIF(MSVC) + +-# We need CoreServices on Mac OS. +-IF(APPLE) +- LIST(APPEND ADDITIONAL_LIBS "-framework CoreServices") +-ENDIF(APPLE) +- + add_subdirectory(libarchive) + + install(FILES COPYING DESTINATION ${CMAKE_DOC_DIR}/cmlibarchive) +index e505bdd..f45557d 100644 +--- a/Utilities/cmlibuv/src/unix/darwin-proctitle.c ++++ b/Utilities/cmlibuv/src/unix/darwin-proctitle.c +@@ -30,7 +30,6 @@ + + #if !TARGET_OS_IPHONE + # include <CoreFoundation/CoreFoundation.h> +-# include <ApplicationServices/ApplicationServices.h> + #endif + + #define S(s) pCFStringCreateWithCString(NULL, (s), kCFStringEncodingUTF8) |
