[SCM] zam-plugins/master: Fix build on hurd-i386.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Oct 19 20:58:24 UTC 2014


The following commit has been merged in the master branch:
commit 28add5b1f858c008bee7093946de6d33f4cbc917
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Oct 19 22:56:23 2014 +0200

    Fix build on hurd-i386.

diff --git a/debian/control b/debian/control
index 44f2e0f..c79b266 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/zam-plugins.git
 Homepage: http://www.zamaudio.com/?p=976
 
 Package: zam-plugins
-Architecture: linux-any kfreebsd-amd64 kfreebsd-i386
+Architecture: any
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
diff --git a/debian/patches/02-build_on_nonlinux.patch b/debian/patches/02-build_on_nonlinux.patch
index 3d30e3e..be2812b 100644
--- a/debian/patches/02-build_on_nonlinux.patch
+++ b/debian/patches/02-build_on_nonlinux.patch
@@ -12,7 +12,7 @@ Index: zam-plugins/libs/distrho/src/DistrhoDefines.h
  # elif defined(__HAIKU__)
  #  define DISTRHO_OS_HAIKU      1
 -# elif defined(__linux__)
-+# elif defined(__linux__) || defined (__GLIBC__)
++# elif defined(__linux__) || defined (__GLIBC__) || defined(__GNU__)
  #  define DISTRHO_OS_LINUX      1
  # endif
  #endif

-- 
zam-plugins packaging



More information about the pkg-multimedia-commits mailing list