diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-19 13:27:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-19 13:27:20 +0000 |
commit | 73eeb9584bd8e41d9e8e86934420502503ba4bf1 (patch) | |
tree | 0788e99c2e8b334a241127040493b8d33703a7a8 | |
parent | d8e886889b1a73468f4e72ee004d2ef91c52277b (diff) | |
download | pkgsrc-73eeb9584bd8e41d9e8e86934420502503ba4bf1.tar.gz |
Fixed a typo in the patch for regcomp.
-rw-r--r-- | textproc/gsed/distinfo | 4 | ||||
-rw-r--r-- | textproc/gsed/patches/patch-regcomp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/gsed/distinfo b/textproc/gsed/distinfo index 35e1710a2ae..c02c2360e78 100644 --- a/textproc/gsed/distinfo +++ b/textproc/gsed/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2007/12/19 00:11:26 rillig Exp $ +$NetBSD: distinfo,v 1.15 2007/12/19 13:27:20 rillig Exp $ SHA1 (sed-4.1.5.tar.gz) = 8e575e8a44568392d5b6e089eab5da5cdbd45885 RMD160 (sed-4.1.5.tar.gz) = 49b12e99a55c6d2e78ad236f0205e63e46444173 @@ -6,5 +6,5 @@ Size (sed-4.1.5.tar.gz) = 799584 bytes SHA1 (patch-aa) = fa00264254c527a08bce1b60090fc05ebe2fbd37 SHA1 (patch-ad) = 95e210098db1ba9d28623acfa1e4d838e5d94cfa SHA1 (patch-ae) = 5246cbee7e25923bfe7f4896404e286d5721c135 -SHA1 (patch-regcomp) = 633f4ed4216cf6538c166b7cd5c3df1950c8fdea +SHA1 (patch-regcomp) = d33ae87c3af6ab552e7f332b63ea8796bf1b36e0 SHA1 (patch-regexec) = 26a97fa3b6c161ebe6fa6b80251d1bb11f2877f0 diff --git a/textproc/gsed/patches/patch-regcomp b/textproc/gsed/patches/patch-regcomp index b99a1e95266..402550b85a0 100644 --- a/textproc/gsed/patches/patch-regcomp +++ b/textproc/gsed/patches/patch-regcomp @@ -1,4 +1,4 @@ -$NetBSD: patch-regcomp,v 1.1 2007/12/19 00:11:26 rillig Exp $ +$NetBSD: patch-regcomp,v 1.2 2007/12/19 13:27:20 rillig Exp $ The [ from ... to ] designator is gcc-specific. @@ -14,7 +14,7 @@ The [ from ... to ] designator is gcc-specific. + [1] = BITSET_WORD_MAX, + [2] = BITSET_WORD_MAX, + [3] = BITSET_WORD_MAX -+#elif BITSET_WORD_BITS == 0xffffffffffffffffULL ++#elif BITSET_WORD_MAX == 0xffffffffffffffffULL + [0] = BITSET_WORD_MAX, + [1] = BITSET_WORD_MAX +#else |