summaryrefslogtreecommitdiff
path: root/audio/speex/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-12-12 14:53:13 +0000
committerwiz <wiz@pkgsrc.org>2016-12-12 14:53:13 +0000
commit77ff453ff861d5d572de2c101d77b1f26618736e (patch)
treeedd6e90ee1d54f7b8372d15372778d77465b8839 /audio/speex/patches
parent5cf054b4f1db2d91c466dc411a400b591dfc9adb (diff)
downloadpkgsrc-77ff453ff861d5d572de2c101d77b1f26618736e.tar.gz
Updated speex to 1.2.0.
I just pushed the Speex 1.2.0 stable release. Thanks to Ralph Giles for helping with the release process.
Diffstat (limited to 'audio/speex/patches')
-rw-r--r--audio/speex/patches/patch-ab12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/speex/patches/patch-ab b/audio/speex/patches/patch-ab
index 34ad3695b52..cf35f72f9cf 100644
--- a/audio/speex/patches/patch-ab
+++ b/audio/speex/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.7 2015/01/16 08:50:47 wiz Exp $
+$NetBSD: patch-ab,v 1.8 2016/12/12 14:53:14 wiz Exp $
Add getopt/ossaudio libraries where needed.
---- src/Makefile.in.orig 2014-12-06 19:58:25.000000000 +0000
+--- src/Makefile.in.orig 2016-12-07 23:21:03.000000000 +0000
+++ src/Makefile.in
-@@ -248,7 +248,7 @@ LD = @LD@
+@@ -260,7 +260,7 @@ LD = @LD@
LDFLAGS = @LDFLAGS@
LIBM = @LIBM@
LIBOBJS = @LIBOBJS@
@@ -13,7 +13,7 @@ Add getopt/ossaudio libraries where needed.
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
-@@ -351,11 +351,11 @@ include_HEADERS =
+@@ -366,11 +366,11 @@ include_HEADERS =
noinst_HEADERS = wav_io.h
speexenc_SOURCES = speexenc.c wav_io.c skeleton.c
speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la \
@@ -22,8 +22,8 @@ Add getopt/ossaudio libraries where needed.
speexdec_SOURCES = speexdec.c wav_io.c
speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la \
-- $(OGG_LIBS) @FFT_LIBS@
-+ $(OGG_LIBS) @FFT_LIBS@ $(LIBOSSAUDIO)
+- $(OGG_LIBS) @WINMM_LIBS@ @FFT_LIBS@
++ $(OGG_LIBS) @WINMM_LIBS@ @FFT_LIBS@ $(LIBOSSAUDIO)
all: all-am