summaryrefslogtreecommitdiff
path: root/audio/libtunepimp/patches
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libtunepimp/patches')
-rw-r--r--audio/libtunepimp/patches/patch-configure16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/libtunepimp/patches/patch-configure b/audio/libtunepimp/patches/patch-configure
new file mode 100644
index 00000000000..cae02609a73
--- /dev/null
+++ b/audio/libtunepimp/patches/patch-configure
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure,v 1.1 2011/06/03 00:57:47 wiz Exp $
+
+Fix broken test by assuming pkgsrc handles version check for us.
+(Problem here is that 1.10 doesn't compare as bigger than 1.4.)
+
+--- configure.orig 2006-11-28 20:34:18.000000000 +0000
++++ configure
+@@ -21634,7 +21634,7 @@ fi
+ { 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
++ if test "1" = "1" ; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6; }
+ succeeded=yes