summaryrefslogtreecommitdiff
path: root/audio/libxspf/patches
diff options
context:
space:
mode:
authordrochner <drochner>2013-10-03 11:15:39 +0000
committerdrochner <drochner>2013-10-03 11:15:39 +0000
commit38ec0dfe9473c15c6c827087cd41a238b1c2bc21 (patch)
tree49d851dece41623e51fecc765e07e51939d0ea8b /audio/libxspf/patches
parente864d130f6c2b7b5c0330441e7b1e523bb3acac3 (diff)
downloadpkgsrc-38ec0dfe9473c15c6c827087cd41a238b1c2bc21.tar.gz
add libxspf-1.2.0, a library to handle xspf playlists
Diffstat (limited to 'audio/libxspf/patches')
-rw-r--r--audio/libxspf/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/libxspf/patches/patch-aa b/audio/libxspf/patches/patch-aa
new file mode 100644
index 00000000000..3c5467b272f
--- /dev/null
+++ b/audio/libxspf/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2013/10/03 11:15:39 drochner Exp $
+
+--- examples/read/read.cpp.orig 2009-03-11 15:29:44 +0200
++++ examples/read/read.cpp 2009-03-11 15:35:35 +0200
+@@ -56,6 +56,9 @@
+ # define PORT_GETCWD _getcwd
+ # endif
+ #else
++extern "C" {
++#include <unistd.h>
++}
+ # define PORT_PATH_MAX PATH_MAX
+ # define DIR_SEPERATOR '/'
+ # define uriFilenameToUriString uriUnixFilenameToUriStringA