patch-src_Makefile_in 418 B

12345678910111213
  1. $OpenBSD: patch-src_Makefile_in,v 1.1 2010/01/02 20:44:19 jakemsr Exp $
  2. --- src/Makefile.in.orig Mon Dec 28 00:38:06 2009
  3. +++ src/Makefile.in Mon Dec 28 00:38:31 2009
  4. @@ -228,7 +228,7 @@ speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la
  5. speexdec_SOURCES = speexdec.c wav_io.c
  6. speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la \
  7. - $(OGG_LIBS) @FFT_LIBS@
  8. + $(OGG_LIBS) @FFT_LIBS@ -lsndio
  9. all: all-am