summaryrefslogtreecommitdiff
path: root/multimedia/libflash/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libflash/patches/patch-aa')
-rw-r--r--multimedia/libflash/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/libflash/patches/patch-aa b/multimedia/libflash/patches/patch-aa
new file mode 100644
index 00000000000..3c22696338f
--- /dev/null
+++ b/multimedia/libflash/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1 2006/06/30 21:47:20 tron Exp $
+
+--- Lib/matrix.h.orig 1999-08-07 14:24:02.000000000 +0100
++++ Lib/matrix.h 2006-06-30 22:37:20.000000000 +0100
+@@ -33,13 +33,13 @@
+ #endif
+
+ inline
+- long Matrix::getX(long x, long y)
++ long getX(long x, long y)
+ {
+ return (long) (x*a+y*b+tx);
+ };
+
+ inline
+- long Matrix::getY(long x, long y)
++ long getY(long x, long y)
+ {
+ return (long) (x*c+y*d+ty);
+ };