[SCM] pd-cyclone/master: patch to include upstream Makefile.common to fix builds on GNU and kFreeBSD kernels

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Sun Jan 1 20:53:31 UTC 2012


The following commit has been merged in the master branch:
commit 3e242d3cf73b6b0e3a3825986369970e2cb87142
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun Jan 1 15:26:24 2012 -0500

    patch to include upstream Makefile.common to fix builds on GNU and kFreeBSD kernels

diff --git a/debian/patches/makefile-common-fixes-for-hurd-and-kfreebsd b/debian/patches/makefile-common-fixes-for-hurd-and-kfreebsd
new file mode 100644
index 0000000..9959a55
--- /dev/null
+++ b/debian/patches/makefile-common-fixes-for-hurd-and-kfreebsd
@@ -0,0 +1,24 @@
+Description: updated Makefile.common to fix for HURD and kFreeBSD
+ This patch is generated from the upstream updated Makefile.
+Author: Hans-Christoph Steiner <hans at eds.org>
+Forwarded: not-needed
+Last-Update: <2011-12-31>
+
+--- pd-cyclone-0.1~alpha55.orig/Makefile.common
++++ pd-cyclone-0.1~alpha55/Makefile.common
+@@ -2,6 +2,15 @@
+ PD_DIR ?= $(ROOT_DIR)/../../pd/src
+ 
+ OS_NAME = $(shell uname -s)
++
++# Debian has options for the GNU HURD and kFreeBSD kernels
++ifeq ($(OS_NAME),GNU)
++  OS_NAME=Linux
++endif
++ifeq ($(OS_NAME),GNU/kFreeBSD)
++  OS_NAME=Linux
++endif
++
+ ifneq ($(OS_NAME),Linux)
+ ifneq ($(OS_NAME),Darwin)
+ ifeq (,$(findstring MinGW,$(OS_NAME)))
diff --git a/debian/patches/series b/debian/patches/series
index 165fda9..180935e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 add_required_internal_pd_headers
 update-makefile-for-hurd-and-kfreebsd
+makefile-common-fixes-for-hurd-and-kfreebsd

-- 
pd-cyclone packaging



More information about the pkg-multimedia-commits mailing list