openbsd-ports/devel/ptlib/patches/patch-plugins_Makefile_in
ajacoutot a730dfbf59 Major update to ptlib-2.10.3.
Some clue from espie@

Needed to work on an Ekiga update.
There are still some rought edges but they'll be worked in-tree.

This and the upcoming VoIP ports commits wouldn't have been possible
without Miod's soft couch ;-)
2011-10-26 16:59:09 +00:00

21 lines
512 B
Plaintext

$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
endif
endif
+###################################SNDIO
+HAS_SNDIO = @HAS_SNDIO@
+
+ifeq (1,$(HAS_SNDIO))
+SUBDIRS += sound_sndio
+ifeq (,$(DEFAULT_SOUND))
+DEFAULT_SOUND = sound_sndio
+endif
+endif
+
#################################SundAudio
HAS_SUNAUDIO = @HAS_SUNAUDIO@