Skip to content

Commit

Permalink
Remove outdated patch of FindMagic_EP.cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Sep 13, 2024
1 parent 90be787 commit 7309ec9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions databases/tiledb/files/patch-linking.diff
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,3 @@
)

target_link_libraries(tiledb_unit PRIVATE $<BUILD_INTERFACE:common>)

--- cmake/Modules/FindMagic_EP.cmake.orig 2023-04-26 09:28:54.000000000 +0800
+++ cmake/Modules/FindMagic_EP.cmake 2023-05-18 11:33:39.000000000 +0800
@@ -134,7 +134,7 @@
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
- "-DCMAKE_C_FLAGS=${CFLAGS_DEF}"
+ "-DCMAKE_C_FLAGS=${CFLAGS_DEF} -I@PREFIX@/include/LegacySupport -Wl,-lMacportsLegacySupport"
-Dlibmagic_STATIC_LIB=ON
-DBUILD_MAGIC_MACOS_UNIVERSAL=$ENV{BUILD_MAGIC_MACOS_UNIVERSAL}
LOG_DOWNLOAD TRUE

0 comments on commit 7309ec9

Please sign in to comment.