Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > main-testing-src > by-pkgid > 0257cb64e4491c9033bccc46653056d9 > files > 23

compiz-0.7.8-3mdv2009.0.src.rpm

From fe78d40f1dff873e6b4a149c57f7cf9b2fb3e76f Mon Sep 17 00:00:00 2001
From: Colin Guthrie <git@colin.guthr.ie>
Date: Thu, 2 Oct 2008 20:34:52 +0100
Subject: [PATCH] Fix KDE3 linking by changing the directory order

---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index dac491f..bf107a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -455,7 +455,7 @@ if test "x$use_kde" = "xyes"; then
 			[use_kde=yes], [use_kde=no])
 
       KDE_CFLAGS="$QT_CXXFLAGS -I$kdeincs"
-      KDE_LIBS="$QT_LIBS -L$kdelibs -lkdecore -lkdecorations -ldbus-qt-1"
+      KDE_LIBS="-L$kdelibs $QT_LIBS -lkdecore -lkdecorations -ldbus-qt-1"
 
       QT_MOC=$QTDIR/bin/moc
       DCOPIDL=$kdedir/bin/dcopidl
-- 
1.6.0.2