diff options
author | wiz <wiz> | 2005-04-27 09:06:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-27 09:06:39 +0000 |
commit | 9ea5c255d3a8f512b32ce9e06da3b49470eb9389 (patch) | |
tree | 347cc5fc9fe5cf16eb4fa07724bdf4813e5943e8 /x11 | |
parent | 8415790387090680c75642b01374a256c070110a (diff) | |
download | pkgsrc-9ea5c255d3a8f512b32ce9e06da3b49470eb9389.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 'x11')
-rw-r--r-- | x11/gnome-libs/distinfo | 3 | ||||
-rw-r--r-- | x11/gnome-libs/patches/patch-ai | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/gnome-libs/distinfo b/x11/gnome-libs/distinfo index c4a273f8a00..b64156b6c72 100644 --- a/x11/gnome-libs/distinfo +++ b/x11/gnome-libs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2005/02/23 17:36:10 wiz Exp $ +$NetBSD: distinfo,v 1.20 2005/04/27 09:11:36 wiz Exp $ SHA1 (gnome-libs-1.4.2.tar.gz) = 9925d28237f0269a2678fdcfa7ec6033dab04789 RMD160 (gnome-libs-1.4.2.tar.gz) = 00e2dc66c0ec35a7ae62faab84d3ff2720099d76 @@ -11,6 +11,7 @@ SHA1 (patch-ae) = 85e0395394602628b4bec63ac0e96a31bacc9f10 SHA1 (patch-af) = a5aea708fe8b46c421f818cab8dc033a2c224831 SHA1 (patch-ag) = 7cc30aa025384c4d0c2d7250f0e6c6aa39c469b7 SHA1 (patch-ah) = d0725757c6132e777c7d5d45453c7a744b51de2f +SHA1 (patch-ai) = 62dacbca23cfb8f5a67904ce87a2ad864f5d0ea0 SHA1 (patch-aj) = 292c4efccc9650c8244348bdcf22c3c1cbd3ebe6 SHA1 (patch-ak) = fa6f2db6faff3ca6427784b84acf5856be24af82 SHA1 (patch-an) = 528ee8254f988ade48ab2ec6bde01bfd4ca423ad diff --git a/x11/gnome-libs/patches/patch-ai b/x11/gnome-libs/patches/patch-ai new file mode 100644 index 00000000000..83aad394ef3 --- /dev/null +++ b/x11/gnome-libs/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.4 2005/04/27 09:11:36 wiz Exp $ + +--- libart_lgpl/libart.m4.orig 2000-04-05 10:14:15.000000000 +0200 ++++ libart_lgpl/libart.m4 +@@ -8,7 +8,7 @@ + dnl AM_PATH_LIBART([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) + dnl Test for LIBART, and define LIBART_CFLAGS and LIBART_LIBS + dnl +-AC_DEFUN(AM_PATH_LIBART, ++AC_DEFUN([AM_PATH_LIBART], + [dnl + dnl Get the cflags and libraries from the libart-config script + dnl |