pkgsrc/audio/speex/patches/patch-aa
wiz 11884b4eb0 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.
2005-04-27 09:06:39 +00:00

13 lines
372 B
Text

$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