summaryrefslogtreecommitdiff
path: root/audio/speex/patches
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
commit72ce2bd9a6a189379f8610d60027d32111f22065 (patch)
tree347cc5fc9fe5cf16eb4fa07724bdf4813e5943e8 /audio/speex/patches
parent8fa9a5937167c57983b4baf93adc79f2be90a8ec (diff)
downloadpkgsrc-72ce2bd9a6a189379f8610d60027d32111f22065.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/patches')
-rw-r--r--audio/speex/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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