diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-27 14:57:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-27 14:57:54 +0000 |
commit | 58165bf3e882b6dcb56cf16c707e7e8b9b66e091 (patch) | |
tree | ac8dbf9015e5c3e128e27275f97ba1c43e961474 /net/soup/patches | |
parent | 6099baca729613172f912c21a655f11c7b1cc9f8 (diff) | |
download | pkgsrc-58165bf3e882b6dcb56cf16c707e7e8b9b66e091.tar.gz |
Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
Diffstat (limited to 'net/soup/patches')
-rw-r--r-- | net/soup/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/soup/patches/patch-af b/net/soup/patches/patch-af new file mode 100644 index 00000000000..bc1be83c88f --- /dev/null +++ b/net/soup/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2005/04/27 15:00:26 wiz Exp $ + +--- soup.m4.orig 2001-01-23 22:39:05.000000000 +0100 ++++ soup.m4 +@@ -4,7 +4,7 @@ + dnl AM_PATH_SOUP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]) + dnl Test to see if soup is installed, and define SOUP_CFLAGS, LIBS + dnl +-AC_DEFUN(AM_PATH_SOUP, ++AC_DEFUN([AM_PATH_SOUP], + [dnl + dnl Get the cflags and libraries from the soup-config script + dnl |