summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-27 14:57:54 +0000
committerwiz <wiz@pkgsrc.org>2005-04-27 14:57:54 +0000
commit58165bf3e882b6dcb56cf16c707e7e8b9b66e091 (patch)
treeac8dbf9015e5c3e128e27275f97ba1c43e961474 /math
parent6099baca729613172f912c21a655f11c7b1cc9f8 (diff)
downloadpkgsrc-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 'math')
-rw-r--r--math/guppi/distinfo3
-rw-r--r--math/guppi/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/math/guppi/distinfo b/math/guppi/distinfo
index 1275b894fff..2b24aba3959 100644
--- a/math/guppi/distinfo
+++ b/math/guppi/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 12:06:55 agc Exp $
+$NetBSD: distinfo,v 1.9 2005/04/27 15:03:31 wiz Exp $
SHA1 (Guppi-0.40.3.tar.bz2) = 7435bddddca9e3347efb006ad33198fbbe593ea7
RMD160 (Guppi-0.40.3.tar.bz2) = c1e5575a992e40966749a8a18b2143ed69329495
Size (Guppi-0.40.3.tar.bz2) = 1016831 bytes
SHA1 (patch-aa) = 74b82a9fbf545d1c606f9b91c54259229f718c7d
+SHA1 (patch-ab) = 2ff86d16e39c9c3f842dbdcd2d85134f123511c4
diff --git a/math/guppi/patches/patch-ab b/math/guppi/patches/patch-ab
new file mode 100644
index 00000000000..096a369e5d3
--- /dev/null
+++ b/math/guppi/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2005/04/27 15:03:31 wiz Exp $
+
+--- libguppi.m4.orig 2000-06-01 15:54:33.000000000 +0200
++++ libguppi.m4
+@@ -8,7 +8,7 @@
+ dnl AM_PATH_LIBGUPPI([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for LIBGUPPI, and define LIBGUPPI_CFLAGS and LIBGUPPI_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_LIBGUPPI,
++AC_DEFUN([AM_PATH_LIBGUPPI],
+ [dnl
+ dnl Get the cflags and libraries from the gnome-config script
+ dnl