diff options
author | kristerw <kristerw> | 2004-06-30 19:14:12 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-06-30 19:14:12 +0000 |
commit | 4bc312760f144620f7d821c239f864a0d0252253 (patch) | |
tree | 17072d044dfe212b1c7da5c1c92aa8d11cf9113c /devel | |
parent | 364a4b7682649ea7d6ede225a6aac30c5c51e02e (diff) | |
download | pkgsrc-4bc312760f144620f7d821c239f864a0d0252253.tar.gz |
Make previous change build with gcc3 too.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/anjuta/distinfo | 4 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-ab | 13 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index 4a17e940161..e37904058e2 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2004/06/28 12:32:42 kristerw Exp $ +$NetBSD: distinfo,v 1.8 2004/06/30 19:14:12 kristerw Exp $ SHA1 (anjuta-1.2.2.tar.gz) = ee956653effb91467b64efd50609d31b17fde789 Size (anjuta-1.2.2.tar.gz) = 8556051 bytes SHA1 (patch-aa) = dada6542f50dc70086cb03b9812af23527515d57 -SHA1 (patch-ab) = 298460438d0b7972ddfce01e35bf498aa4751073 +SHA1 (patch-ab) = 7079a915de78ea2cd7c3182c47afab6f5a78c8c7 SHA1 (patch-ad) = bd35b80fb12c88d3ebda4e607e08f25f7eb6d266 SHA1 (patch-al) = a4958c02654da6a6277ee74559083a1de46048d7 SHA1 (patch-an) = dbb51d78e15e946aa81419750a76189715a8c4ec diff --git a/devel/anjuta/patches/patch-ab b/devel/anjuta/patches/patch-ab index 6417cefa9ee..fb009190df3 100644 --- a/devel/anjuta/patches/patch-ab +++ b/devel/anjuta/patches/patch-ab @@ -1,20 +1,19 @@ -$NetBSD: patch-ab,v 1.5 2004/06/28 12:32:42 kristerw Exp $ +$NetBSD: patch-ab,v 1.6 2004/06/30 19:14:12 kristerw Exp $ ---- src/breakpoints.c.orig Mon Jun 28 14:11:34 2004 -+++ src/breakpoints.c Mon Jun 28 14:12:49 2004 -@@ -1409,8 +1409,10 @@ +--- src/breakpoints.c.orig 2004-04-08 06:15:29.000000000 +0200 ++++ src/breakpoints.c 2004-06-30 21:04:12.000000000 +0200 +@@ -1409,8 +1409,9 @@ ptr1 = strchr (ptr, '\n'); if (ptr1) { - *ptr1++ = '\0'; const gchar condition_prefix[] = "\tstop only if "; -+ const gchar ignore_prefix[] = "\tignore -+next "; ++ const gchar ignore_prefix[] = "\tignore next "; + *ptr1++ = '\0'; if (g_str_has_prefix (ptr1, condition_prefix)) { ptr1 += sizeof(condition_prefix) - 1; -@@ -1418,7 +1420,6 @@ +@@ -1418,7 +1419,6 @@ ptr1 = strchr (cond, '\n'); if (ptr1) *ptr1++ = '\0'; } |