From 7e9e8cc6dfe30447ef36176c10209138bf2bef86 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Tue, 30 Sep 2008 05:26:02 +0000
Subject: [PATCH] Allow ALSA to be used in builds

---
 src/xpdev/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xpdev/GNUmakefile b/src/xpdev/GNUmakefile
index 2d443b47ef..62f6e42e95 100644
--- a/src/xpdev/GNUmakefile
+++ b/src/xpdev/GNUmakefile
@@ -8,7 +8,7 @@ MTOBJS	+=	$(MTOBJODIR)$(DIRSEP)xpevent$(OFILE)
 
 CFLAGS	+=	-DSOUNDCARD_H_IN=$(shell if [ -f /usr/include/sys/soundcard.h ] ; then echo 1 ; elif [ -f /usr/include/soundcard.h ] ; then echo 2 ; elif [ -f /usr/include/linux/soundcard.h ] ; then echo 3 ; else echo 0 ; fi) -I. $(XPDEV_CFLAGS)
 ifeq ($(shell if [ -f /usr/include/alsa/asoundlib.h ] ; then echo YES ; fi),YES)
-#	CFLAGS	+=	-DUSE_ALSA_SOUND
+	CFLAGS	+=	-DUSE_ALSA_SOUND
 endif
 MT_CFLAGS	+=	$(XPDEV-MT_CFLAGS)
 
-- 
GitLab