summaryrefslogtreecommitdiff
path: root/mbone/vic/patches/patch-aq
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-08-16 16:55:59 +0000
committeragc <agc@pkgsrc.org>2002-08-16 16:55:59 +0000
commitb549a28f37b5ccc3baeb7ce6d30c0ae61e4b27b7 (patch)
tree0242fa47135751450711bad6560d000041b2102d /mbone/vic/patches/patch-aq
parent026f5c3ae16f9d9c1a4d578ffa83f03c646d0e9e (diff)
downloadpkgsrc-b549a28f37b5ccc3baeb7ce6d30c0ae61e4b27b7.tar.gz
Make this package build on NetBSD-1.6 and later
Diffstat (limited to 'mbone/vic/patches/patch-aq')
-rw-r--r--mbone/vic/patches/patch-aq13
1 files changed, 13 insertions, 0 deletions
diff --git a/mbone/vic/patches/patch-aq b/mbone/vic/patches/patch-aq
new file mode 100644
index 00000000000..d06ac0f6033
--- /dev/null
+++ b/mbone/vic/patches/patch-aq
@@ -0,0 +1,13 @@
+$NetBSD: patch-aq,v 1.1 2002/08/16 16:56:00 agc Exp $
+
+--- color-dither.cc 2002/08/16 16:36:06 1.1
++++ color-dither.cc 2002/08/16 16:37:56
+@@ -177,7 +177,7 @@
+ protected:
+ DitherColorModel& cm_;
+ virtual void update();
+- virtual void disable() { method_ = PseudoWindowRenderer::dither_null; }
++ virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; }
+ DitherMethod method_;
+ void dither_422(const u_char* frm, u_int off, u_int x,
+ u_int width, u_int height) const;