From 95f54e562650032c2f9b27e9052d51de4237152f Mon Sep 17 00:00:00 2001 From: Jordan Gordeev Date: Sun, 22 Jun 2025 11:11:40 +0200 Subject: lang/swift510: New port The Swift programming language -- a modern programming language with many great features. This port includes: * the Swift compiler * the Swift standard library * various tools * the Foundation framework * the Swift Package Manager (SwiftPM) * the run-time support that you need for running compiled programs PR: 286454 Reviewed-by: kib --- .../swift510/files/patch-swift_cmake_modules_SwiftCXXUtils.cmake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lang/swift510/files/patch-swift_cmake_modules_SwiftCXXUtils.cmake (limited to 'lang/swift510/files/patch-swift_cmake_modules_SwiftCXXUtils.cmake') diff --git a/lang/swift510/files/patch-swift_cmake_modules_SwiftCXXUtils.cmake b/lang/swift510/files/patch-swift_cmake_modules_SwiftCXXUtils.cmake new file mode 100644 index 000000000000..ed8e622b09d8 --- /dev/null +++ b/lang/swift510/files/patch-swift_cmake_modules_SwiftCXXUtils.cmake @@ -0,0 +1,9 @@ +--- swift/cmake/modules/SwiftCXXUtils.cmake.orig 2024-06-06 04:26:30 UTC ++++ swift/cmake/modules/SwiftCXXUtils.cmake +@@ -1,6 +1,5 @@ set(SWIFT_LIBSTDCXX_PLATFORMS + # Platforms that use libstdc++ as the system-wide default C++ standard library. + set(SWIFT_LIBSTDCXX_PLATFORMS + "LINUX" +- "FREEBSD" + "CYGWIN" + "HAIKU") -- cgit v1.2.3