[SCM] rtmidi/master: Patch to enable kFreeBSD/Hurd builds.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Oct 22 23:11:18 UTC 2017


The following commit has been merged in the master branch:
commit 2b36e4a68c93d31184b4cf348c27c20dad374029
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Oct 22 23:54:20 2017 +0200

    Patch to enable kFreeBSD/Hurd builds.

diff --git a/debian/patches/0000-kfreebsd-hurd.patch b/debian/patches/0000-kfreebsd-hurd.patch
new file mode 100644
index 0000000..ecb0594
--- /dev/null
+++ b/debian/patches/0000-kfreebsd-hurd.patch
@@ -0,0 +1,22 @@
+Description: Allow kFreeBSD and Hurd builds
+Author: IOhannes m zmölnig
+Forwarded: no
+Last-Update: 2017-10-22
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: rtmidi/configure.ac
+===================================================================
+--- rtmidi.orig/configure.ac
++++ rtmidi/configure.ac
+@@ -185,6 +185,11 @@ case $host in
+   fi
+   ;;
+ 
++  *-*-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 MIDI support!)
diff --git a/debian/patches/series b/debian/patches/series
index c860f58..621b623 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+0000-kfreebsd-hurd.patch
 0001-buildsystem.patch
 0004-not-install-doc-images.patch
 0005-fix_pkg-config.patch

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list