diff options
author | taca <taca@pkgsrc.org> | 2005-01-26 02:12:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-01-26 02:12:46 +0000 |
commit | 70a59cc6d8abb960acb8a3fd10b71fd6b2aa3a89 (patch) | |
tree | 9593ec1f0957e6f1c9b1d4cbf5991319d6478d25 /devel/ruby-zlib/patches | |
parent | 5362845beccd21d292203fa57b732dcdec78327a (diff) | |
download | pkgsrc-70a59cc6d8abb960acb8a3fd10b71fd6b2aa3a89.tar.gz |
Fix path in patch.
Thanks to Martin S. Weber who noted the problem by private mail.
Diffstat (limited to 'devel/ruby-zlib/patches')
-rw-r--r-- | devel/ruby-zlib/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-zlib/patches/patch-aa b/devel/ruby-zlib/patches/patch-aa index c6b187c64c9..216d9b4204a 100644 --- a/devel/ruby-zlib/patches/patch-aa +++ b/devel/ruby-zlib/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1 2005/01/23 17:34:55 taca Exp $ +$NetBSD: patch-aa,v 1.2 2005/01/26 02:12:46 taca Exp $ ---- ext/zlib/zlib.c.orig 2004-12-18 16:37:01.000000000 +0900 -+++ ext/zlib/zlib.c +--- zlib.c.orig 2004-12-18 16:37:01.000000000 +0900 ++++ zlib.c @@ -55,7 +55,7 @@ static void zstream_reset_input _((struc static void zstream_passthrough_input _((struct zstream*)); static VALUE zstream_detach_input _((struct zstream*)); |