diff options
author | enami <enami@pkgsrc.org> | 2012-05-29 03:01:15 +0000 |
---|---|---|
committer | enami <enami@pkgsrc.org> | 2012-05-29 03:01:15 +0000 |
commit | dec8ff4f44b5fbb9d5a293096cf89b591fba3de0 (patch) | |
tree | 4b193fbd134d5a7a3f4cf86cd4577050b5c3c177 /devel/boehm-gc | |
parent | b061d5044feb3a3d4dac5343e3c584a7bbd19514 (diff) | |
download | pkgsrc-dec8ff4f44b5fbb9d5a293096cf89b591fba3de0.tar.gz |
Fix comment after #endif directive so that it matches other
directives, before sending this patch to upstream.
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r-- | devel/boehm-gc/distinfo | 4 | ||||
-rw-r--r-- | devel/boehm-gc/patches/patch-ac | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/boehm-gc/distinfo b/devel/boehm-gc/distinfo index 35c5585bb25..90f8c7752e3 100644 --- a/devel/boehm-gc/distinfo +++ b/devel/boehm-gc/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.41 2010/06/04 11:21:34 wiz Exp $ +$NetBSD: distinfo,v 1.42 2012/05/29 03:01:15 enami Exp $ SHA1 (gc-7.1.tar.gz) = e84cba5d18f4ea5ed4e5fd3f1dc6a46bc190ff6f RMD160 (gc-7.1.tar.gz) = 9338c1128686395739e3acd9052a651d1dffffb2 Size (gc-7.1.tar.gz) = 1077714 bytes SHA1 (patch-aa) = 87a5bd5e83b0201d80a1e4e4ce6745c11b2e7cfe SHA1 (patch-ab) = 9b5133c7aa84e6824616e29613716a2fedd1d334 -SHA1 (patch-ac) = 82f869fc4f52a9936395a7f50240b81434f2cb42 +SHA1 (patch-ac) = 36cfb12c8309f60232b9ba9a5430b6e24957339d SHA1 (patch-ae) = fde8f12c8c8dd3142c191f5f1c1854cd339babe9 SHA1 (patch-af) = b7720cd0c120ae16d6b36a6eeced4d1d6881c058 diff --git a/devel/boehm-gc/patches/patch-ac b/devel/boehm-gc/patches/patch-ac index e2ba1a28500..cb810377148 100644 --- a/devel/boehm-gc/patches/patch-ac +++ b/devel/boehm-gc/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.14 2009/11/10 23:31:36 asau Exp $ +$NetBSD: patch-ac,v 1.15 2012/05/29 03:01:15 enami Exp $ --- dyn_load.c.orig 2007-12-19 02:37:12.000000000 +0300 +++ dyn_load.c 2009-11-11 01:54:26.000000000 +0300 @@ -31,7 +31,7 @@ $NetBSD: patch-ac,v 1.14 2009/11/10 23:31:36 asau Exp $ break; } } -+#endif /* !(defined(NETBSD) && __NetBSD_Version__ >= 599001900) */ ++#endif /* !(defined(NETBSD) && defined(RTLD_DI_LINKMAP)) */ } return cachedResult; } |