[SCM] rtaudio/master: Patch to enable kFreeBSD/Hurd builds
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Mon Oct 16 17:19:47 UTC 2017
The following commit has been merged in the master branch:
commit 597fbd5f261f62dc9282f3c91519f1ece8cdfbed
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Mon Oct 16 19:16:02 2017 +0200
Patch to enable kFreeBSD/Hurd builds
Closes: #824114
diff --git a/debian/patches/0001-kfreebsd-hurd.patch b/debian/patches/0001-kfreebsd-hurd.patch
new file mode 100644
index 0000000..106306f
--- /dev/null
+++ b/debian/patches/0001-kfreebsd-hurd.patch
@@ -0,0 +1,20 @@
+Description: Allow kFreeBSD and Hurd builds
+Author: IOhannes m zmölnig
+Forwarded: no
+Last-Update: 2017-10-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- rtaudio.orig/configure.ac
++++ rtaudio/configure.ac
+@@ -233,6 +233,11 @@
+ LIBS="-lole32 $LIBS"
+ ;;
+
++ *-*-kfreebsd*-gnu | *-*-gnu*)
++ if [test "$api" == "";] then
++ AC_MSG_ERROR([$host system requires JACK])
++ fi
++ ;;
+ *)
+ # Default case for unknown realtime systems.
+ AC_MSG_ERROR(Unknown system type for realtime support!)
diff --git a/debian/patches/series b/debian/patches/series
index 046dac3..47a6168 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+0001-kfreebsd-hurd.patch
0003-not-install-doc-images.patch
0005-fix_pkg-config.patch
0006-privacy-breach-logo.patch
--
RtAudio packaging
More information about the pkg-multimedia-commits
mailing list