summaryrefslogtreecommitdiff
path: root/multimedia/transcode/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/transcode/patches/patch-ak')
-rw-r--r--multimedia/transcode/patches/patch-ak22
1 files changed, 0 insertions, 22 deletions
diff --git a/multimedia/transcode/patches/patch-ak b/multimedia/transcode/patches/patch-ak
deleted file mode 100644
index a6eb4f54924..00000000000
--- a/multimedia/transcode/patches/patch-ak
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ak,v 1.1.1.1 2004/05/10 13:47:08 wiz Exp $
-
-diff -rcp src/filter.c src/filter.c
-*** src/filter.c Mon May 12 05:03:00 2003
---- src/filter.c Mon Jun 9 17:45:39 2003
-*************** int filter_unquote_options(char *options
-*** 127,133 ****
- }
-
- int load_plugin(char *path) {
-! #if defined(__FreeBSD__) || defined (__APPLE__)
- const
- #endif
- char *error;
---- 127,133 ----
- }
-
- int load_plugin(char *path) {
-! #if defined(__FreeBSD__) || defined (__APPLE__) || defined(__NetBSD__)
- const
- #endif
- char *error;