diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-08-01 22:01:23 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-08-01 22:01:23 +0000 |
commit | 8f1f1812fbea90b8489d7cd6de57e58a5ec9069b (patch) | |
tree | 2625611c4cabb2cb27593e5f47b5faa709f6685d /mbone/vic/files/patch-au | |
parent | Don't let patch's auto-RCS-checkout behavior interfere with (diff) |
Update to vic 2.8ucl-1.1.3
PR: ports/27239
Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
Diffstat (limited to 'mbone/vic/files/patch-au')
-rw-r--r-- | mbone/vic/files/patch-au | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mbone/vic/files/patch-au b/mbone/vic/files/patch-au deleted file mode 100644 index 7236620e179d..000000000000 --- a/mbone/vic/files/patch-au +++ /dev/null @@ -1,11 +0,0 @@ ---- color-gray.cc.orig Sun Nov 28 19:21:35 1999 -+++ color-gray.cc Sun Nov 28 19:21:47 1999 -@@ -82,7 +82,7 @@ - } - protected: - virtual void update(); -- virtual void disable() { method_ = PseudoWindowRenderer::dither_null; } -+ virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; } - GrayMethod method_; - }; - |