openbsd-ports/audio/celt/patches/patch-tools_Makefile_in

17 lines
607 B
Plaintext
Raw Normal View History

2011-04-04 04:38:35 -04:00
$OpenBSD: patch-tools_Makefile_in,v 1.2 2011/04/04 08:38:35 dcoppa Exp $
Use sndio for audio
2011-04-04 04:38:35 -04:00
--- tools/Makefile.in.orig Tue Feb 15 06:15:57 2011
+++ tools/Makefile.in Mon Apr 4 10:13:59 2011
@@ -236,7 +236,8 @@ noinst_HEADERS = wav_io.h
celtenc_SOURCES = celtenc.c wav_io.c skeleton.c
celtenc_LDADD = $(top_builddir)/libcelt/libcelt@LIBCELT_SUFFIX@.la $(OGG_LIBS)
celtdec_SOURCES = celtdec.c wav_io.c
-celtdec_LDADD = $(top_builddir)/libcelt/libcelt@LIBCELT_SUFFIX@.la $(OGG_LIBS)
+celtdec_LDADD = $(top_builddir)/libcelt/libcelt@LIBCELT_SUFFIX@.la $(OGG_LIBS) \
+ -lsndio
all: all-am
.SUFFIXES: