From 8415790387090680c75642b01374a256c070110a Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 27 Apr 2005 08:57:00 +0000 Subject: 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. --- graphics/imlib/distinfo | 3 ++- graphics/imlib/patches/patch-ac | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 graphics/imlib/patches/patch-ac (limited to 'graphics/imlib') diff --git a/graphics/imlib/distinfo b/graphics/imlib/distinfo index da7aac47cc1..f0ad86fecdc 100644 --- a/graphics/imlib/distinfo +++ b/graphics/imlib/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.17 2005/02/24 08:45:07 agc Exp $ +$NetBSD: distinfo,v 1.18 2005/04/27 09:05:12 wiz Exp $ SHA1 (imlib-1.9.15.tar.bz2) = c9a732a354fbb3c7e1a426e5d19fc92d73f8f720 RMD160 (imlib-1.9.15.tar.bz2) = 195b80833167134ba2d9a9574d420279f9cf55f4 Size (imlib-1.9.15.tar.bz2) = 683242 bytes SHA1 (patch-aa) = 185a5229af781d3dbc57978a3f4acd8308ca4c14 SHA1 (patch-ab) = d1daff101bec77680f3e17cb776285976a7b5c7a +SHA1 (patch-ac) = 7dd08bde4e97614777bf4327db2e6045db04692d SHA1 (patch-ae) = 3ed6fff2e73f04ec83c27dc6e3f2db2fa446abbb SHA1 (patch-ag) = 961a92dfedc79570aacdd75102e63a32171ece55 SHA1 (patch-ah) = edee5311a47d552f9d1b9dcb96f256518040c538 diff --git a/graphics/imlib/patches/patch-ac b/graphics/imlib/patches/patch-ac new file mode 100644 index 00000000000..a9e9590a4eb --- /dev/null +++ b/graphics/imlib/patches/patch-ac @@ -0,0 +1,22 @@ +$NetBSD: patch-ac,v 1.13 2005/04/27 09:05:12 wiz Exp $ + +--- imlib.m4.orig 2004-08-27 18:03:11.000000000 +0200 ++++ imlib.m4 +@@ -6,7 +6,7 @@ + dnl AM_PATH_IMLIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) + dnl Test for IMLIB, and define IMLIB_CFLAGS and IMLIB_LIBS + dnl +-AC_DEFUN(AM_PATH_IMLIB, ++AC_DEFUN([AM_PATH_IMLIB], + [dnl + dnl Get the cflags and libraries from the imlib-config script + dnl +@@ -164,7 +164,7 @@ int main () + ]) + + # Check for gdk-imlib +-AC_DEFUN(AM_PATH_GDK_IMLIB, ++AC_DEFUN([AM_PATH_GDK_IMLIB], + [dnl + dnl Get the cflags and libraries from the imlib-config script + dnl -- cgit v1.2.3