2011-10-26 12:59:09 -04:00
|
|
|
$OpenBSD: patch-plugins_Makefile_in,v 1.2 2011/10/26 16:59:09 ajacoutot Exp $
|
|
|
|
--- plugins/Makefile.in.orig Fri May 7 06:42:24 2010
|
|
|
|
+++ plugins/Makefile.in Sat Jun 26 16:45:04 2010
|
|
|
|
@@ -51,6 +51,16 @@ DEFAULT_SOUND = sound_esd
|
2010-03-23 17:10:17 -04:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2011-10-26 12:59:09 -04:00
|
|
|
+###################################SNDIO
|
|
|
|
+HAS_SNDIO = @HAS_SNDIO@
|
2010-03-23 17:10:17 -04:00
|
|
|
+
|
|
|
|
+ifeq (1,$(HAS_SNDIO))
|
|
|
|
+SUBDIRS += sound_sndio
|
|
|
|
+ifeq (,$(DEFAULT_SOUND))
|
2011-10-26 12:59:09 -04:00
|
|
|
+DEFAULT_SOUND = sound_sndio
|
2010-03-23 17:10:17 -04:00
|
|
|
+endif
|
|
|
|
+endif
|
|
|
|
+
|
2011-10-26 12:59:09 -04:00
|
|
|
#################################SundAudio
|
2010-03-23 17:10:17 -04:00
|
|
|
HAS_SUNAUDIO = @HAS_SUNAUDIO@
|
|
|
|
|