openbsd-ports/audio/libao/patches/patch-src_plugins_Makefile_am
naddy cbc777a29a Add a sndio output module.
From ratchov@ with some tweaks by yours truly.
2008-10-30 19:25:31 +00:00

11 lines
482 B
Plaintext

$OpenBSD: patch-src_plugins_Makefile_am,v 1.5 2008/10/30 19:25:31 naddy Exp $
--- src/plugins/Makefile.am.orig Thu May 24 11:19:07 2007
+++ src/plugins/Makefile.am Wed Oct 29 17:25:35 2008
@@ -1,4 +1,5 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = oss esd arts alsa alsa09 sun irix macosx nas pulse
+SUBDIRS = oss esd arts alsa alsa09 sun irix macosx nas pulse sndio
+AM_MAKEFLAGS = LIBTOOL="$(LIBTOOL) --tag=disable-static"