The following commit has been merged in the master branch:
commit c3a1f2fdd6097fbdb25f243abe63b724819aecd1
Author: Dmitry Smirnov <[email protected]>
Date:   Sat Sep 22 15:23:29 2012 +1000

    fixing FTBFS on Hurd

diff --git a/debian/rules b/debian/rules
index 8d6963c..94a5ce7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
        dh $@ --parallel --max-parallel=4 --with autotools_dev
 
+ifeq ($(DEB_BUILD_ARCH_OS),hurd)
+OPTARGS:= --disable-alsa
+endif
 ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
 OPTARGS:= --disable-alsa
 endif

-- 
engine for several graphical adventure games

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to