summaryrefslogtreecommitdiff
path: root/multimedia/ming/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ming/patches/patch-ah')
-rw-r--r--multimedia/ming/patches/patch-ah16
1 files changed, 0 insertions, 16 deletions
diff --git a/multimedia/ming/patches/patch-ah b/multimedia/ming/patches/patch-ah
deleted file mode 100644
index aaf5200383e..00000000000
--- a/multimedia/ming/patches/patch-ah
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2009/10/16 07:06:28 obache Exp $
-
-void function cannot return value
-
---- util/outputtxt.c.orig 2005-11-14 16:39:21.000000000 +0000
-+++ util/outputtxt.c
-@@ -1127,7 +1127,8 @@ outputBlock (int type, SWF_Parserstruct
- {
- if (outputs[i].type == type)
- {
-- return outputs[i].output (blockp);
-+ outputs[i].output (blockp);
-+ return;
- }
- }
- printf("Unknown block type %d\n", type );