ports/lang/pharo/files/patch-CMakeLists.txt
Zoltán Király 6315307ba0
lang/pharo: Update to 10.2.0
PR:		278583
2024-12-16 13:24:58 +08:00

13 lines
363 B
Text

--- CMakeLists.txt.orig 2024-04-25 18:54:30 UTC
+++ CMakeLists.txt
@@ -570,10 +570,6 @@ add_third_party_dependencies_per_platform()
# Handling Third party dependencies
add_third_party_dependencies_per_platform()
-if (UNIX)
- addIndependentLibraryWithRPATH(tty ${CMAKE_CURRENT_SOURCE_DIR}/tty/tty.c)
-endif()
-
# Signing Setup
include(cmake/sign.cmake)