diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-11 23:16:39 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-11 23:16:39 +0000 |
commit | 41fbe8aacd14e7ab6140626922fbdd3e1eda2fc7 (patch) | |
tree | 9255cbcf73b0eb68b50f6d1d1090cbc97b8db970 /audio/amarok/files/patch-configure | |
parent | Update to 1.2.2. (diff) |
Update to version 1.2.3
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=133105
Diffstat (limited to 'audio/amarok/files/patch-configure')
-rw-r--r-- | audio/amarok/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/amarok/files/patch-configure b/audio/amarok/files/patch-configure new file mode 100644 index 000000000000..16f93f652e08 --- /dev/null +++ b/audio/amarok/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig Mon Mar 28 21:16:17 2005 ++++ configure Mon Apr 11 02:44:50 2005 +@@ -35871,15 +35871,15 @@ + fi + + +-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` + fi + + + + +-if test x$PKGCONFIGFOUND = xyes -a x$SDL_CONFIG = xyes; then ++if test x$PKGCONFIGFOUND = xyes -a -n $SDL_CONFIG ; then + + + succeeded=no |