summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kscd/files/kscd-3.5.6-arts.patch')
-rw-r--r--kde-base/kscd/files/kscd-3.5.6-arts.patch15
1 files changed, 11 insertions, 4 deletions
diff --git a/kde-base/kscd/files/kscd-3.5.6-arts.patch b/kde-base/kscd/files/kscd-3.5.6-arts.patch
index c3844e7d9fd2..fd9c0a5872e5 100644
--- a/kde-base/kscd/files/kscd-3.5.6-arts.patch
+++ b/kde-base/kscd/files/kscd-3.5.6-arts.patch
@@ -1,4 +1,11 @@
-# ChangeLog for app-games/quake3-ra3
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/files/kscd-3.5.6-arts.patch,v 1.1 2007/05/07 08:24:01 masterdriverz Exp $
-
+--- kscd-3.5.6/configure.in.in.orig 2007-03-18 00:52:38.000000000 -0100
++++ kscd-3.5.6/configure.in.in 2007-03-18 01:02:16.000000000 -0100
+@@ -328,7 +328,7 @@
+ dnl but if we find arts we need the include
+ dnl path for it.
+
+- if test x$kde_artsplug_compiles = xyes; then
++ if test "x$build_arts" = "xyes" && test x$kde_artsplug_compiles = xyes; then
+ ARTSC_INCLUDE=`${ARTSCCONFIG} --cflags`
+ AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE])
+ AC_SUBST(ARTSC_INCLUDE)