diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-11-08 14:25:40 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-11-08 14:25:40 +0000 |
commit | 52200873eaf5facee9feccd95bc66aee3fa2dd41 (patch) | |
tree | b716fcb4d655351e7eb42d41b146f449741a0b2d /audio/amarok/files/patch-configure | |
parent | Remove CONFLICTS=linux-gtk2* (diff) |
- update to -> 1.4.4
- improved iPod support
- added integrated Magnatune.com music store
- Changelog: http://amarok.kde.org/content/view/84/66/
Notes
Notes:
svn path=/head/; revision=176816
Diffstat (limited to 'audio/amarok/files/patch-configure')
-rw-r--r-- | audio/amarok/files/patch-configure | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/audio/amarok/files/patch-configure b/audio/amarok/files/patch-configure index 12fa6d8f74eb..45a89f01ae5b 100644 --- a/audio/amarok/files/patch-configure +++ b/audio/amarok/files/patch-configure @@ -1,24 +1,27 @@ ---- configure.orig Wed Aug 17 17:29:59 2005 -+++ configure Wed Aug 17 17:31:59 2005 -@@ -35889,7 +35889,7 @@ + +$FreeBSD$ + +--- configure.orig ++++ configure +@@ -39576,7 +39576,7 @@ if test "$with_libvisual" = "yes"; then ## libvisual plugin depends on sdl # Extract the first word of "sdl-config", so it can be a program name with args. -set dummy sdl-config; ac_word=$2 +set dummy $SDL_CONFIG; ac_word=$2 - echo "$as_me:$LINENO: checking for $ac_word" >&5 - echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_SDL_CONFIG+set}" = set; then -@@ -35924,15 +35924,15 @@ - fi +@@ -39613,15 +39613,15 @@ + - if test x$SDL_CONFIG = xyes; then - sdl_cflags=`sdl-config --cflags` - sdl_libs=`sdl-config --libs` + if test -n $SDL_CONFIG ; then -+ sdl_cflags=`$SDL_CONFIG --cflags` -+ sdl_libs=`$SDL_CONFIG --libs` ++ sdl_cflags=`$SDL_CONFIG --cflags` ++ sdl_libs=`$SDL_CONFIG --libs` fi |