[SCM] gwc/master: Enable OSS on kfreebsd and hurd.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Apr 13 21:45:50 UTC 2011


The following commit has been merged in the master branch:
commit ee728f5a7e82c7cca4278c1df99de704e538506f
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Apr 13 23:45:19 2011 +0200

    Enable OSS on kfreebsd and hurd.

diff --git a/debian/rules b/debian/rules
index 073e70f..8fdd524 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,15 @@
 LDFLAGS+=-Wl,--as-needed
 
 configure_flags := \
-	--disable-pa \
+	--disable-pa
+
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+configure_flags += --enable-oss
+endif
+
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
+configure_flags += --enable-oss
+endif
 
 %:
 	dh $@

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list