[clfft] 04/05: d/p: add patch fixing missing inclusion of stdlib

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 19 09:15:49 UTC 2015


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

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

commit 0023948ae267efcf83c54a332be3423f540f5b9f
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Aug 18 23:31:57 2015 +0100

    d/p: add patch fixing missing inclusion of stdlib
---
 debian/patches/fix-missing-stdlib.patch | 16 ++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/fix-missing-stdlib.patch b/debian/patches/fix-missing-stdlib.patch
new file mode 100644
index 0000000..736c7e7
--- /dev/null
+++ b/debian/patches/fix-missing-stdlib.patch
@@ -0,0 +1,16 @@
+Description: fix missing inclusion of stdlib within the project
+Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Bug: https://github.com/clMathLibraries/clFFT/pull/101
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/library/fft_binary_lookup.cpp
++++ b/src/library/fft_binary_lookup.cpp
+@@ -25,7 +25,7 @@
+ #include <fcntl.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-
++#include <stdlib.h>
+ 
+ #ifdef _WIN32
+ #include <windows.h>
diff --git a/debian/patches/series b/debian/patches/series
index eb7c8e8..40f420d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ fix-docs-output.patch
 use-system-mathjax.patch
 reproducible-build.patch
 use-boost-dynamic-libs.patch
+fix-missing-stdlib.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