summaryrefslogtreecommitdiff
path: root/audio/libtunepimp/patches
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libtunepimp/patches')
-rw-r--r--audio/libtunepimp/patches/patch-aa14
-rw-r--r--audio/libtunepimp/patches/patch-ab17
2 files changed, 31 insertions, 0 deletions
diff --git a/audio/libtunepimp/patches/patch-aa b/audio/libtunepimp/patches/patch-aa
new file mode 100644
index 00000000000..2b5f072dd72
--- /dev/null
+++ b/audio/libtunepimp/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/04/12 21:41:58 wiz Exp $
+
+--- lib/write.cpp.orig 2006-01-19 21:05:11.000000000 +0000
++++ lib/write.cpp
+@@ -38,6 +38,9 @@
+ # if defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
+ # include <sys/param.h>
+ # include <sys/mount.h>
++# if (defined(__NetBSD__) && __NetBSD_Version__ >= 299000900)
++# define statfs statvfs
++# endif
+ # else
+ # include <sys/vfs.h>
+ # endif
diff --git a/audio/libtunepimp/patches/patch-ab b/audio/libtunepimp/patches/patch-ab
new file mode 100644
index 00000000000..59c03692d45
--- /dev/null
+++ b/audio/libtunepimp/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/04/12 21:41:58 wiz Exp $
+
+--- configure.orig 2006-04-12 11:30:20.000000000 +0000
++++ configure
+@@ -20504,9 +20504,9 @@ fi
+ echo "*** Or see http://developer.kde.org/~wheeler/taglib.html"
+ else
+ TAGLIB_VERSION=`$TAGLIB_CONFIG --version`
+- echo "$as_me:$LINENO: checking for taglib >= 1.4.0" >&5
+-echo $ECHO_N "checking for taglib >= 1.4.0... $ECHO_C" >&6
+- VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4.0`
++ echo "$as_me:$LINENO: checking for taglib >= 1.4" >&5
++echo $ECHO_N "checking for taglib >= 1.4... $ECHO_C" >&6
++ VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4`
+ if test "$VERSION_CHECK" = "1" ; then
+ echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6