[SCM] jackd2/master: Drop hurd patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue May 29 20:31:21 UTC 2012


The following commit has been merged in the master branch:
commit a0967b41bf2ca01aeea349072134cfcfbebf9708
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue May 29 21:22:29 2012 +0200

    Drop hurd patch
    
    included upstream

diff --git a/debian/patches/hurd.patch b/debian/patches/hurd.patch
deleted file mode 100644
index 367d287..0000000
--- a/debian/patches/hurd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
-Description: Fix FTBFS on hurd
- As of 2010-08-01, SA_SIGINFO isn't defined on hurd, so check before 
- setting it.
---- a/dbus/sigsegv.c
-+++ b/dbus/sigsegv.c
-@@ -177,7 +177,9 @@
- 
-     memset(&action, 0, sizeof(action));
-     action.sa_sigaction = signal_segv;
-+#ifdef SA_SIGINFO
-     action.sa_flags = SA_SIGINFO;
-+#endif
-     if(sigaction(SIGSEGV, &action, NULL) < 0) {
-         jack_error("sigaction failed. errno is %d (%s)", errno, strerror(errno));
-         return 0;

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list