[SCM] pd-flext/master: Support non-linux platforms
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Thu Nov 3 21:15:57 UTC 2016
The following commit has been merged in the master branch:
commit e529b5549e742f698a00f7d75fc839729a4ccd7b
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Thu Nov 3 22:07:03 2016 +0100
Support non-linux platforms
Closes: #843094
diff --git a/debian/patches/non-linux.patch b/debian/patches/non-linux.patch
new file mode 100644
index 0000000..e6c8f68
--- /dev/null
+++ b/debian/patches/non-linux.patch
@@ -0,0 +1,17 @@
+Description: handle kFreeBSD and the Hurd the same as Linux
+Author: IOhannes m zmölnig
+Origin: Debian
+Last-Update: 2016-11-03
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- pd-flext.orig/source/flprefix.h
++++ pd-flext/source/flprefix.h
+@@ -250,7 +250,7 @@
+ #endif
+
+ #ifndef FLEXT_OS
+- #if defined(linux) || defined(__linux__)
++ #if defined(linux) || defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
+ #define FLEXT_OS FLEXT_OS_LINUX
+ #elif defined(__CYGWIN__) || defined(__CYGWIN32__) || defined(__MINGW32__)
+ #define FLEXT_OS FLEXT_OS_WIN
diff --git a/debian/patches/series b/debian/patches/series
index ff54cd1..d7842ac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
autotools-fixes.patch
+non-linux.patch
DEBIAN_doxygen.patch
--
pd-flext packaging
More information about the pkg-multimedia-commits
mailing list