summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-27 07:06:25 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-27 07:06:25 (GMT)
commit2bac69d1f9fd1c40cb48fcf12272f11cc88e3e40 (patch)
tree25de850d42453cee201c4bbe95bc474c5bc19e63 /abs/extra-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch
parent102b301fdf579f541bb229f8089f7a156f1db2f1 (diff)
downloadlinhes_pkgbuild-2bac69d1f9fd1c40cb48fcf12272f11cc88e3e40.zip
linhes_pkgbuild-2bac69d1f9fd1c40cb48fcf12272f11cc88e3e40.tar.gz
linhes_pkgbuild-2bac69d1f9fd1c40cb48fcf12272f11cc88e3e40.tar.bz2
Patches to fix crashing w/ MythMusic. Bumped version.
Diffstat (limited to 'abs/extra-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch')
-rw-r--r--abs/extra-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch b/abs/extra-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch
new file mode 100644
index 0000000..1fc5f7f
--- /dev/null
+++ b/abs/extra-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch
@@ -0,0 +1,12 @@
+diff -Nur libvisual-plugins-0.4.0/configure.ac libvisual-plugins-0.4.0.new/configure.ac
+--- libvisual-plugins-0.4.0/configure.ac 2006-03-17 03:50:41.000000000 +1100
++++ libvisual-plugins-0.4.0.new/configure.ac 2007-07-04 18:22:38.000000000 +1000
+@@ -361,7 +361,7 @@
+ [ENABLE_ANALYZER=$enableval],
+ [ENABLE_ANALYZER=yes])
+
+-if test "$ENABLE_ANALYZER" = xyes; then
++if test "$ENABLE_ANALYZER" = "yes"; then
+ build_actor_plugins="$build_actor_plugins lv_analyzer"
+ fi
+