summarylogtreecommitdiffstats
path: root/gnustep-blocks.patch
diff options
context:
space:
mode:
authorXorg2015-10-06 14:23:16 +0200
committerXorg2015-10-06 14:23:16 +0200
commit22e9c98810803e2d2f058ab370d551f3c8bf7ee7 (patch)
treecd1416d46420ff916ddb78c874c42b508f0dbd84 /gnustep-blocks.patch
parentff355afb05cb0d9d55164450d1b4a5b94d88929d (diff)
downloadaur-22e9c98810803e2d2f058ab370d551f3c8bf7ee7.tar.gz
Fix build with libobjc2 (pkgrel 6)
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)