From 897b7ef4d907aa87b720cd9c0d742b55dbcf63b8 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Wed, 4 May 2016 05:34:57 +0000 Subject: Update to upstream version 2.12.0 PR: 209143 Submitted by: dieterich@ogolem.org (maintainer) --- math/clfft/files/patch-src_include_sharedLibrary.h | 11 +++++++++++ math/clfft/files/patch-src_statTimer_statisticalTimer.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 math/clfft/files/patch-src_include_sharedLibrary.h (limited to 'math/clfft/files') diff --git a/math/clfft/files/patch-src_include_sharedLibrary.h b/math/clfft/files/patch-src_include_sharedLibrary.h new file mode 100644 index 000000000000..293ac41136b2 --- /dev/null +++ b/math/clfft/files/patch-src_include_sharedLibrary.h @@ -0,0 +1,11 @@ +--- src/include/sharedLibrary.h.orig 2016-04-22 02:47:39 UTC ++++ src/include/sharedLibrary.h +@@ -52,7 +52,7 @@ inline void* LoadSharedLibrary( std::str + { + std::cerr << ::dlerror( ) << std::endl; + } +-#elif defined(__FreeBSD_kernel__) ++#elif defined(__FreeBSD_kernel__) || defined (__FreeBSD__) + tstring freebsdName = unixPrefix; + freebsdName += libraryName += ".so"; + void* fileHandle = ::dlopen( freebsdName.c_str( ), RTLD_NOW ); diff --git a/math/clfft/files/patch-src_statTimer_statisticalTimer.h b/math/clfft/files/patch-src_statTimer_statisticalTimer.h index 4d1224b87a92..ce80a5ac9a00 100644 --- a/math/clfft/files/patch-src_statTimer_statisticalTimer.h +++ b/math/clfft/files/patch-src_statTimer_statisticalTimer.h @@ -1,4 +1,4 @@ ---- src/statTimer/statisticalTimer.h.orig 2015-10-20 00:29:59 UTC +--- src/statTimer/statisticalTimer.h.orig 2016-04-20 18:47:13 UTC +++ src/statTimer/statisticalTimer.h @@ -21,6 +21,7 @@ #include -- cgit v1.2.3