diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-27 09:06:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-27 09:06:39 +0000 |
commit | 72ce2bd9a6a189379f8610d60027d32111f22065 (patch) | |
tree | 347cc5fc9fe5cf16eb4fa07724bdf4813e5943e8 /audio/speex/patches | |
parent | 8fa9a5937167c57983b4baf93adc79f2be90a8ec (diff) | |
download | pkgsrc-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-aa | 13 |
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 |