diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-29 12:54:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-29 12:54:13 +0000 |
commit | 66211ce2a1fb2897e273f20a7ff90eca61d8fe14 (patch) | |
tree | 720280be376d2344988ade8ed7fbbfad9378973c /devel/ht | |
parent | a3c1d687732a11a8fae6ec728e208d016b0768d5 (diff) | |
download | pkgsrc-66211ce2a1fb2897e273f20a7ff90eca61d8fe14.tar.gz |
Fixed build error.
Diffstat (limited to 'devel/ht')
-rw-r--r-- | devel/ht/distinfo | 3 | ||||
-rw-r--r-- | devel/ht/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/ht/distinfo b/devel/ht/distinfo index 295aa0491ee..ab8b3c4cb0c 100644 --- a/devel/ht/distinfo +++ b/devel/ht/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2005/10/23 03:12:45 rh Exp $ +$NetBSD: distinfo,v 1.7 2007/09/29 12:54:13 rillig Exp $ SHA1 (ht-0.9.1.tar.bz2) = f77723739a929ad48ba5381fd6882d1d54a7cd55 RMD160 (ht-0.9.1.tar.bz2) = dd14227fe5c7d93f5db2965fcd61e832f2f1bbd9 Size (ht-0.9.1.tar.bz2) = 737690 bytes +SHA1 (patch-aa) = 9ce77ee200a8f96e55397bde6a5600880a13072c diff --git a/devel/ht/patches/patch-aa b/devel/ht/patches/patch-aa new file mode 100644 index 00000000000..47a58abbdc7 --- /dev/null +++ b/devel/ht/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2007/09/29 12:54:13 rillig Exp $ + +--- srt/srt_x86.cc.orig 2005-05-11 18:46:16.000000000 +0200 ++++ srt/srt_x86.cc 2007-09-29 14:52:49.000000000 +0200 +@@ -76,7 +76,7 @@ void srt_x86_setreg(CPU *cpu, UINT idx, + + class sym_int_reg_x86: public sym_int_reg { + public: +- sym_int_reg_x86::sym_int_reg_x86(UINT r): sym_int_reg(r) ++ sym_int_reg_x86(UINT r): sym_int_reg(r) + { + } + |