gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1427-g4c6b960
Date: Wed, 25 Jan 2012 22:03:33 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  4c6b960934a09848e2eff123a316172213db4d9d (commit)
      from  aeccc93f57fd8bdb893b38863386d84bbc80ffe1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=4c6b960934a09848e2eff123a316172213db4d9d


commit 4c6b960934a09848e2eff123a316172213db4d9d
Author: Rob Savoye <address@hidden>
Date:   Wed Jan 25 15:03:20 2012 -0700

    Do not edit /usr/lib out of the path, fremove the entire -L option path 
instead. For bug #35300

diff --git a/macros/sdl.m4 b/macros/sdl.m4
index eb6a2ba..fa873ce 100644
--- a/macros/sdl.m4
+++ b/macros/sdl.m4
@@ -58,7 +58,7 @@ AC_DEFUN([GNASH_PATH_SDL], [
        fi
     fi
     if test "x$SDL_LIBS" = "x" ; then
-      SDL_LIBS=`$SDL_CONFIG --libs | sed -e 's:-L/usr/lib\>::'`
+      SDL_LIBS=`$SDL_CONFIG --libs | sed -e 's:-L/usr/lib/.* ::'`
        if test x${cross_compiling} = xno; then
                ac_cv_path_sdl_lib=$SDL_LIBS
        fi

-----------------------------------------------------------------------

Summary of changes:
 macros/sdl.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]