diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-05-04 05:34:57 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-05-04 05:34:57 +0000 |
commit | 897b7ef4d907aa87b720cd9c0d742b55dbcf63b8 (patch) | |
tree | 5443aec9219b2351c264aa87eb16b66bc1ee4d4b /math/clfft/files | |
parent | www/firefox{,-esr}: update to 46.0.1 / 45.1.1esr (diff) |
Update to upstream version 2.12.0
PR: 209143
Submitted by: dieterich@ogolem.org (maintainer)
Notes
Notes:
svn path=/head/; revision=414581
Diffstat (limited to 'math/clfft/files')
-rw-r--r-- | math/clfft/files/patch-src_include_sharedLibrary.h | 11 | ||||
-rw-r--r-- | math/clfft/files/patch-src_statTimer_statisticalTimer.h | 2 |
2 files changed, 12 insertions, 1 deletions
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 <vector> |