diff options
author | joerg <joerg> | 2006-03-17 13:57:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-03-17 13:57:38 +0000 |
commit | 3e1762477103a81b4e926964f1096acbd6001e26 (patch) | |
tree | 510f3ef2380c522bf1bfc8c9266124ebcebd1b9e /devel/gdb6 | |
parent | 84a008bac73374b7d0cbd6d80fa02e20269b982f (diff) | |
download | pkgsrc-3e1762477103a81b4e926964f1096acbd6001e26.tar.gz |
Add forgotten HAVE_STRUCT_LWP entry to gdb/config.h.in to fix
botchup on NetBSD current.
Diffstat (limited to 'devel/gdb6')
-rw-r--r-- | devel/gdb6/distinfo | 3 | ||||
-rw-r--r-- | devel/gdb6/patches/patch-bm | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/devel/gdb6/distinfo b/devel/gdb6/distinfo index 09543e32fe1..eef12716c3e 100644 --- a/devel/gdb6/distinfo +++ b/devel/gdb6/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2006/03/14 00:47:50 joerg Exp $ +$NetBSD: distinfo,v 1.9 2006/03/17 13:57:38 joerg Exp $ SHA1 (gdb-6.2.1.tar.bz2) = 50cee3887744c4140aafcc0e4eb579d94464dfd7 RMD160 (gdb-6.2.1.tar.bz2) = 6fe9f3bbef076c55cbcdf05143e7d5f98f61f889 @@ -41,3 +41,4 @@ SHA1 (patch-bi) = 96f44172271f9a45f9136bda159371ee709da59a SHA1 (patch-bj) = 43cf376dddf9f91dceee8d1eba853171fd873905 SHA1 (patch-bk) = 98f836c7007a668b812d119be294842a957cb507 SHA1 (patch-bl) = 12a9846fc08e8c3110897644d7803f67999b68f8 +SHA1 (patch-bm) = baf198e86cb5e9d8b9f6b0bd6d7ccd1ca61227b4 diff --git a/devel/gdb6/patches/patch-bm b/devel/gdb6/patches/patch-bm new file mode 100644 index 00000000000..ead356421e1 --- /dev/null +++ b/devel/gdb6/patches/patch-bm @@ -0,0 +1,9 @@ +$NetBSD: patch-bm,v 1.1 2006/03/17 13:57:38 joerg Exp $ + +--- gdb/config.in.orig 2006-03-17 14:49:47.000000000 +0100 ++++ gdb/config.in +@@ -552,3 +552,4 @@ + /* Define as const if the declaration of iconv() needs const. */ + #undef ICONV_CONST + ++#undef HAVE_STRUCT_LWP |