summaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-27 09:06:39 +0000
committerwiz <wiz@pkgsrc.org>2005-04-27 09:06:39 +0000
commit11884b4eb0207876c4b90c5d57d8aab34ff7681d (patch)
tree347cc5fc9fe5cf16eb4fa07724bdf4813e5943e8 /audio/speex
parent63bc8e327892a43f48e8d3f4749e5ecae50461f9 (diff)
downloadpkgsrc-11884b4eb0207876c4b90c5d57d8aab34ff7681d.tar.gz
Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053. No PKGREVISION bump because most people won't care.
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/distinfo3
-rw-r--r--audio/speex/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/speex/distinfo b/audio/speex/distinfo
index 104306bd1d3..36eedb5bd37 100644
--- a/audio/speex/distinfo
+++ b/audio/speex/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 20:39:52 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/04/27 09:13:07 wiz Exp $
SHA1 (speex-1.0.4.tar.gz) = 3684bfcaf62ecbc47a51637e51b62fd4ab780c23
RMD160 (speex-1.0.4.tar.gz) = 2f836e903bf1f3b0f55967e7ca7b46293654aecd
Size (speex-1.0.4.tar.gz) = 546214 bytes
+SHA1 (patch-aa) = 675bbd2696852002d73fc778a3c1125435eb0fc6
SHA1 (patch-ab) = f81d9bceb76acc7deb017140d39a88234e130c10
diff --git a/audio/speex/patches/patch-aa b/audio/speex/patches/patch-aa
new file mode 100644
index 00000000000..00e0ba54608
--- /dev/null
+++ b/audio/speex/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2005/04/27 09:13:07 wiz Exp $
+
+--- speex.m4.orig 2004-07-14 07:29:08.000000000 +0200
++++ speex.m4
+@@ -7,7 +7,7 @@
+ dnl XIPH_PATH_SPEEX([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+ dnl Test for libspeex, and define SPEEX_CFLAGS and SPEEX_LIBS
+ dnl
+-AC_DEFUN(XIPH_PATH_SPEEX,
++AC_DEFUN([XIPH_PATH_SPEEX],
+ [dnl
+ dnl Get the cflags and libraries
+ dnl