Bug#636811: xboing: FTBFS on !linux-any

Samuel Thibault sthibault at debian.org
Sat Aug 6 01:48:11 UTC 2011


Package: xboing
Version: 2.4-31
Severity: important
Tags: patch

Hello,

xboing currently FTBFS on !linux-any, because it includes
linux/soundcard.h. The attached patch fixes it by including
sys/soundcard.h instead (which is also available on Linux and does the
same thing).

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Samuel Thibault <samuel.thibault at fnac.net>
"I once witnessed a long-winded, month-long flamewar over the use of
mice vs. trackballs...It was very silly."
(By Matt Welsh)
-------------- next part --------------
--- debian/patches/010_initial_patches.diff.orig	2011-08-06 01:43:29.000000000 +0000
+++ debian/patches/010_initial_patches.diff	2011-08-06 01:43:32.000000000 +0000
@@ -21,7 +21,7 @@
 +#include <sys/time.h>
 +#include <sys/stat.h>
 +#include <fcntl.h>
-+#include <linux/soundcard.h>
++#include <sys/soundcard.h>
 +#include <sys/ioctl.h>
 +#include <sys/wait.h>
 +


More information about the Pkg-games-devel mailing list