summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-19 22:07:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-19 22:07:37 +0000
commit7054894a960079b8720a983100b3ae6b921d79af (patch)
treedb7f89a98ce1bbe72365814745f6872e9ba4aab9 /kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch
parentRemove KDE 3.5.10. (diff)
downloadhistorical-7054894a960079b8720a983100b3ae6b921d79af.tar.gz
historical-7054894a960079b8720a983100b3ae6b921d79af.tar.bz2
historical-7054894a960079b8720a983100b3ae6b921d79af.zip
Remove KDE 3.5.10.
Diffstat (limited to 'kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch')
-rw-r--r--kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch b/kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch
deleted file mode 100644
index c49a76ffb04d..000000000000
--- a/kde-base/kaudiocreator/files/kaudiocreator-3.5.6-arts.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kaudiocreator/configure.in.in.orig 2007-03-18 16:54:01.000000000 -0100
-+++ kaudiocreator/configure.in.in 2007-03-18 16:55:19.000000000 -0100
-@@ -397,7 +397,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)