[clfft] 02/08: Drop Enable-support-for-kFreeBSD.patch, applied upstream.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon May 2 14:31:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository clfft.

commit e15d46f5e3f227097e38a757ed8c36364b99c9fc
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Apr 26 21:50:27 2016 +0100

    Drop Enable-support-for-kFreeBSD.patch, applied upstream.
---
 debian/patches/Enable-support-for-kFreeBSD.patch | 21 ---------------------
 debian/patches/series                            |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/Enable-support-for-kFreeBSD.patch b/debian/patches/Enable-support-for-kFreeBSD.patch
deleted file mode 100644
index 56dce1f..0000000
--- a/debian/patches/Enable-support-for-kFreeBSD.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Ghislain Antony Vaillant <ghisvail at gmail.com>
-Date: Sat, 5 Dec 2015 11:26:45 +0000
-Subject: Enable support for kFreeBSD.
-
----
- src/include/sharedLibrary.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/include/sharedLibrary.h b/src/include/sharedLibrary.h
-index 4e1751b..07d456e 100644
---- a/src/include/sharedLibrary.h
-+++ b/src/include/sharedLibrary.h
-@@ -52,7 +52,7 @@ inline void* LoadSharedLibrary( std::string unixPrefix, std::string libraryName,
-   {
-           std::cerr << ::dlerror( ) << std::endl;
-   }
--#elif defined(__FreeBSD__)
-+#elif defined(__FreeBSD_kernel__)
-         tstring freebsdName = unixPrefix;
-         freebsdName += libraryName += ".so";
-         void* fileHandle = ::dlopen( freebsdName.c_str( ), RTLD_NOW );
diff --git a/debian/patches/series b/debian/patches/series
index a41c4d7..cef62e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,5 +3,4 @@ fix-client-no-symlink.patch
 use-system-mathjax.patch
 reproducible-build.patch
 use-boost-dynamic-libs.patch
-Enable-support-for-kFreeBSD.patch
 Enable-support-for-GNU-Hurd.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list