diff options
Diffstat (limited to 'multimedia/audacious-plugins/files/patch-configure')
-rw-r--r-- | multimedia/audacious-plugins/files/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/multimedia/audacious-plugins/files/patch-configure b/multimedia/audacious-plugins/files/patch-configure deleted file mode 100644 index 74142cb9c07..00000000000 --- a/multimedia/audacious-plugins/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri Mar 2 17:35:33 2007 -+++ configure Sat Mar 3 17:23:32 2007 -@@ -8397,7 +8397,7 @@ - else - { echo "$as_me:$LINENO: result: *** Audacious OSD plugin disabled per user request ***" >&5 - echo "${ECHO_T}*** Audacious OSD plugin disabled per user request ***" >&6; } -- have_aosd="yes" -+ have_aosd="no" - fi - - if test "x$have_aosd" = "xyes"; then -@@ -15220,7 +15220,7 @@ - fi - - --if test "x$ap_disable_paranormal" = "xyes"; then -+if test "x$ap_disable_paranormal" = "xyes" || test "x$have_paranormal" = "xno" ; then - have_paranormal=no - { echo "$as_me:$LINENO: result: *** paranormal plugin disabled by request ***" >&5 - echo "${ECHO_T}*** paranormal plugin disabled by request ***" >&6; } |