summaryrefslogtreecommitdiff
path: root/math/clfft/files
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2016-01-16 20:14:03 +0000
committerThomas Zander <riggs@FreeBSD.org>2016-01-16 20:14:03 +0000
commit1820fb01b50293b402077a3f2daa1908c766909c (patch)
tree714f13b38e12c6be9a68ada7f3439d5de99a6805 /math/clfft/files
parentTurn print/cups-client into a LIB_DEPENDency. (diff)
Update to upstream version 2.8
PR: 206090 Submitted by: dieterich@ogolem.org (maintainer)
Notes
Notes: svn path=/head/; revision=406272
Diffstat (limited to 'math/clfft/files')
-rw-r--r--math/clfft/files/patch-src_include_sharedLibrary.h17
-rw-r--r--math/clfft/files/patch-src_statTimer_statisticalTimer.h4
2 files changed, 2 insertions, 19 deletions
diff --git a/math/clfft/files/patch-src_include_sharedLibrary.h b/math/clfft/files/patch-src_include_sharedLibrary.h
deleted file mode 100644
index 22a9956049e0..000000000000
--- a/math/clfft/files/patch-src_include_sharedLibrary.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/include/sharedLibrary.h.orig 2015-08-07 18:40:37.855840000 -0400
-+++ src/include/sharedLibrary.h 2015-08-07 18:40:42.675578000 -0400
-@@ -52,6 +52,14 @@
- {
- std::cerr << ::dlerror( ) << std::endl;
- }
-+#elif defined(__FreeBSD__)
-+ tstring freebsdName = unixPrefix;
-+ freebsdName += libraryName += ".so";
-+ void* fileHandle = ::dlopen( freebsdName.c_str( ), RTLD_NOW );
-+ if( !quiet && !fileHandle )
-+ {
-+ std::cerr << ::dlerror( ) << std::endl;
-+ }
- #else
- #error "unsupported platform"
- #endif
diff --git a/math/clfft/files/patch-src_statTimer_statisticalTimer.h b/math/clfft/files/patch-src_statTimer_statisticalTimer.h
index ae92e4dd8b91..4d1224b87a92 100644
--- a/math/clfft/files/patch-src_statTimer_statisticalTimer.h
+++ b/math/clfft/files/patch-src_statTimer_statisticalTimer.h
@@ -1,5 +1,5 @@
---- src/statTimer/statisticalTimer.h.orig 2015-10-11 19:43:16.998055000 +0200
-+++ src/statTimer/statisticalTimer.h 2015-10-11 19:44:10.217558000 +0200
+--- src/statTimer/statisticalTimer.h.orig 2015-10-20 00:29:59 UTC
++++ src/statTimer/statisticalTimer.h
@@ -21,6 +21,7 @@
#include <vector>
#include <functional>