tags #600655 + patch
thanks

Hello,

kfbsd does not support alsa, so I have patched (see attachment)
debian/rules to use --disable-alsa, if the build os is kfreebsd.

I have didn't tested, if there are other FTBFS, but for this bug it
should do it's job.
-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
        patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
diff -Naur scummvm-1.2.0.orig/debian/rules scummvm-1.2.0/debian/rules
--- scummvm-1.2.0.orig/debian/rules	2010-10-17 16:01:38.000000000 +0200
+++ scummvm-1.2.0/debian/rules	2010-11-14 21:18:15.000000000 +0100
@@ -4,7 +4,8 @@
 	dh $@
 
 override_dh_auto_configure:
+ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
+	./configure --prefix=/usr --datadir=/usr/share/scummvm --disable-alsa
+else
 	./configure --prefix=/usr --datadir=/usr/share/scummvm
-
-
-
+endif

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to