From 307bc83ad777adf5abd28c7ff6564acabe87dd76 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 14 Nov 2012 17:19:06 -0300 Subject: Missing PKGBUILDs --- radio/idjc/idjc_0.8.4_configure.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 radio/idjc/idjc_0.8.4_configure.patch (limited to 'radio/idjc') diff --git a/radio/idjc/idjc_0.8.4_configure.patch b/radio/idjc/idjc_0.8.4_configure.patch new file mode 100644 index 000000000..9f1b3c5f0 --- /dev/null +++ b/radio/idjc/idjc_0.8.4_configure.patch @@ -0,0 +1,12 @@ +diff -Naur idjc-0.8.4/configure idjc-0.8.4.new/configure +--- idjc-0.8.4/configure 2010-10-07 15:00:07.000000000 +0200 ++++ idjc-0.8.4.new/configure 2010-10-20 19:30:48.000000000 +0200 +@@ -5349,7 +5349,7 @@ + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mutagen" >&5 + $as_echo_n "checking for mutagen... " >&6; } +-python -c "import mutagen" &>/dev/null ++$PYTHON -c "import mutagen" &>/dev/null + if test $? -ne 0 ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } -- cgit v1.2.3-54-g00ecf