[SCM] engine for several graphical adventure games branch, master, updated. c3a1f2fdd6097fbdb25f243abe63b724819aecd1
Dmitry Smirnov
onlyjob at member.fsf.org
Sat Sep 22 05:24:32 UTC 2012
The following commit has been merged in the master branch:
commit c3a1f2fdd6097fbdb25f243abe63b724819aecd1
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
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
More information about the Pkg-games-commits
mailing list