summaryrefslogtreecommitdiff
path: root/audio/streamripper/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/streamripper/patches/patch-ac')
-rw-r--r--audio/streamripper/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/streamripper/patches/patch-ac b/audio/streamripper/patches/patch-ac
new file mode 100644
index 00000000000..5eec76acfd0
--- /dev/null
+++ b/audio/streamripper/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2015/02/19 00:20:47 wiz Exp $
+
+--- lib/argv.c.orig 2007-08-14 17:33:03.000000000 +0200
++++ lib/argv.c
+@@ -33,7 +33,7 @@ void freeargv (char **vector);
+
+ /* Routines imported from standard C runtime libraries. */
+
+-#ifdef ANSI_PROTOTYPES
++#if 1
+
+ #include <stddef.h>
+ #include <string.h>