summarylogtreecommitdiffstats
path: root/gnustep-blocks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-blocks.patch')
-rw-r--r--gnustep-blocks.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnustep-blocks.patch b/gnustep-blocks.patch
index 34d2c2c87e81..bfea6c999d6e 100644
--- a/gnustep-blocks.patch
+++ b/gnustep-blocks.patch
@@ -23,7 +23,7 @@
check_function_exists(BLOCKS_RUNTIME_RUNTIME_IN_LIBC _Block_copy)
if (NOT BLOCKS_RUNTIME_RUNTIME_IN_LIBC)
- find_library(BLOCKS_RUNTIME_LIBRARIES "BlocksRuntime")
-+ set(CBLOCKS_LIBRARIES "-l:libobjc.so.4.6")
++ set(BLOCKS_RUNTIME_LIBRARIES "-l:libobjc2.so.4.6")
endif ()
if (BLOCKS_RUNTIME_LIBRARIES OR BLOCKS_RUNTIME_RUNTIME_IN_LIBC)