summaryrefslogtreecommitdiff
path: root/lang/intel-compute-runtime/files/patch-backtrace
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-05-23 00:48:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-05-23 00:48:43 +0000
commitadfa34ad53d0adc2a1c8d9317a63effc101a1a29 (patch)
tree0e0bbdd4f346138f8f51d0b5844a56c8959c0250 /lang/intel-compute-runtime/files/patch-backtrace
parentemulators/rpcs3: update to 0.0.10.10420 (diff)
lang/intel-compute-runtime: update to 20.20.16837
Changes: https://github.com/intel/compute-runtime/compare/20.19.16754...20.20.16837 Reported by: GitHub (watch releases)
Notes
Notes: svn path=/head/; revision=536253
Diffstat (limited to 'lang/intel-compute-runtime/files/patch-backtrace')
-rw-r--r--lang/intel-compute-runtime/files/patch-backtrace11
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/intel-compute-runtime/files/patch-backtrace b/lang/intel-compute-runtime/files/patch-backtrace
index 0820f615f4d8..10a7a98e0207 100644
--- a/lang/intel-compute-runtime/files/patch-backtrace
+++ b/lang/intel-compute-runtime/files/patch-backtrace
@@ -23,15 +23,14 @@ ld: error: undefined symbol: backtrace_symbols
callstack = backtrace_symbols(addresses, backtraceSize);
for (int i = 0; i < backtraceSize; ++i) {
---- shared/offline_compiler/source/CMakeLists.txt.orig 2020-02-28 16:16:42 UTC
+--- shared/offline_compiler/source/CMakeLists.txt.orig 2020-05-15 20:36:40 UTC
+++ shared/offline_compiler/source/CMakeLists.txt
-@@ -161,6 +161,10 @@ endif()
+@@ -140,6 +140,9 @@ endif()
+
if(UNIX)
- target_link_libraries(ocloc_lib dl pthread)
- target_link_libraries(ocloc dl pthread)
+ target_link_libraries(${OCLOC_NAME}_lib dl pthread)
+ if(CMAKE_SYSTEM_NAME MATCHES "DragonFly|FreeBSD|NetBSD|OpenBSD")
-+ target_link_libraries(ocloc_lib execinfo)
-+ target_link_libraries(ocloc execinfo)
++ target_link_libraries(${OCLOC_NAME}_lib execinfo)
+ endif()
endif()