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_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-287-g4054755
Date: Thu, 17 Mar 2011 18:41:30 +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  405475576bb8decfb253ea18b027d0b70ffad110 (commit)
      from  68c57a890c9bc9d84e4aeaf55b16606a5024579e (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=405475576bb8decfb253ea18b027d0b70ffad110


commit 405475576bb8decfb253ea18b027d0b70ffad110
Author: Johannes Obermayr <address@hidden>
Date:   Thu Mar 17 19:40:20 2011 +0100

    Choose right kde4 libdir on openSUSE based systems

diff --git a/macros/kde4.m4 b/macros/kde4.m4
index b12be17..80ad76b 100644
--- a/macros/kde4.m4
+++ b/macros/kde4.m4
@@ -194,7 +194,8 @@ AC_DEFUN([GNASH_PATH_KDE4],
     if test x"${with_kde4_plugindir}" != x ; then 
       KDE4_PLUGINDIR="${with_kde4_plugindir}"
     else
-      if test -d ${KDE4_PREFIX}/lib64 -a -f /etc/redhat-release; then
+      if test -d ${KDE4_PREFIX}/lib64 -a -f /etc/redhat-release || \
+         test -d ${KDE4_PREFIX}/lib64 -a -f /usr/lib/rpm/suse_macros; then
         KDE4_PLUGINDIR="${KDE4_PREFIX}/lib64/kde4"
       else
         KDE4_PLUGINDIR="${KDE4_PREFIX}/lib/kde4"

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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