summaryrefslogtreecommitdiff
path: root/audio/rtunes
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-01-09 14:26:07 +0000
committerjoerg <joerg@pkgsrc.org>2015-01-09 14:26:07 +0000
commitaa6d4369cddafaa652c0f8df308852be0c166bf8 (patch)
tree5f32847525ed3d4416802391c8c2b6bd994472d9 /audio/rtunes
parent0c226e46ebd9df85c7d60d7fadd59c0fba8e8264 (diff)
downloadpkgsrc-aa6d4369cddafaa652c0f8df308852be0c166bf8.tar.gz
Don't depend on parser skeleton to include stdlib.h.
Diffstat (limited to 'audio/rtunes')
-rw-r--r--audio/rtunes/distinfo3
-rw-r--r--audio/rtunes/patches/patch-rtunes_parse.y12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/rtunes/distinfo b/audio/rtunes/distinfo
index 81f6e360e92..ebd13c53814 100644
--- a/audio/rtunes/distinfo
+++ b/audio/rtunes/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2013/03/31 08:31:49 sbd Exp $
+$NetBSD: distinfo,v 1.5 2015/01/09 14:26:07 joerg Exp $
SHA1 (rtunes-snap-20071122.tar.bz2) = 8de9a4e7811785bf2fa05f1da85319942a38c000
RMD160 (rtunes-snap-20071122.tar.bz2) = 8442a8f90a1a94bdeb61fb8bf1d94bcd861169ab
@@ -12,3 +12,4 @@ SHA1 (patch-af) = 3526da2d01ab8ae9a72fa71de0aa0cda5cf58273
SHA1 (patch-ag) = 6efc41568d307f3e5897debd767a368f5725a337
SHA1 (patch-ah) = 6d337e5ec8c20e5bae60b1b5327c1b86c545fc34
SHA1 (patch-ai) = aeef0d06c04eb03e4cf6f0786a3e1c518e9cb82a
+SHA1 (patch-rtunes_parse.y) = f0dc61c5f55c43a076e3c427a89b385c383b4fc3
diff --git a/audio/rtunes/patches/patch-rtunes_parse.y b/audio/rtunes/patches/patch-rtunes_parse.y
new file mode 100644
index 00000000000..9ec1dd393a0
--- /dev/null
+++ b/audio/rtunes/patches/patch-rtunes_parse.y
@@ -0,0 +1,12 @@
+$NetBSD: patch-rtunes_parse.y,v 1.1 2015/01/09 14:26:07 joerg Exp $
+
+--- rtunes/parse.y.orig 2015-01-09 12:52:39.000000000 +0000
++++ rtunes/parse.y
+@@ -20,6 +20,7 @@
+ #include <err.h>
+ #include <stdarg.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <syslog.h>
+
+ extern FILE *yyin;