openbsd-ports/audio/libao/patches/patch-src_Makefile_am
todd f76e80bbcf Libao is a cross-platform audio library that allows programs to output
audio using a simple API on a wide variety of platforms.  It currently
supports:
.   * Null output
.   * WAV files
.   * OSS (Open Sound System)
.   * ESD (ESounD or Enlighten Sound Daemon)
.   * ALSA (Advanced Linux Sound Architecture)
.   * Solaris (untested)
.   * IRIX (untested)

.. thanks to naddy@ for beating oss into shape!
2001-03-14 01:54:08 +00:00

12 lines
453 B
Plaintext

$OpenBSD: patch-src_Makefile_am,v 1.1.1.1 2001/03/14 01:54:09 todd Exp $
--- src/Makefile.am.orig Mon Oct 30 01:46:41 2000
+++ src/Makefile.am Wed Mar 14 00:41:09 2001
@@ -10,6 +10,7 @@ lib_LTLIBRARIES = libao.la
libao_la_SOURCES = audio_out.c ao_wav.c ao_null.c
libao_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
+CFLAGS = @CFLAGS@ -DSHARED_LIB_EXT=\".so.@LIB_CURRENT@.@LIB_REVISION@\"
debug:
$(MAKE) all CFLAGS="@DEBUG@"