diff options
Diffstat (limited to 'kde-base/kmilo')
-rw-r--r-- | kde-base/kmilo/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kmilo/files/configure-fix-kdeutils-powerbook.patch | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/kde-base/kmilo/ChangeLog b/kde-base/kmilo/ChangeLog index 186e5f9c3461..68e686166302 100644 --- a/kde-base/kmilo/ChangeLog +++ b/kde-base/kmilo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kmilo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.66 2007/02/04 02:36:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.67 2007/02/05 11:55:03 flameeyes Exp $ + + 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> + -files/configure-fix-kdeutils-powerbook.patch: + Remove unneeded patches. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -kmilo-3.5.2.ebuild: Remove old versions. diff --git a/kde-base/kmilo/files/configure-fix-kdeutils-powerbook.patch b/kde-base/kmilo/files/configure-fix-kdeutils-powerbook.patch deleted file mode 100644 index a54c727876ea..000000000000 --- a/kde-base/kmilo/files/configure-fix-kdeutils-powerbook.patch +++ /dev/null @@ -1,31 +0,0 @@ -Index: kmilo/configure.in.in -=================================================================== ---- kmilo/configure.in.in (revision 433553) -+++ kmilo/configure.in.in (working copy) -@@ -9,6 +9,15 @@ - dnl --------------------------------------------------------------------- - dnl PowerBook IPC Library - -+AC_ARG_WITH(powerbook, -+ [AS_HELP_STRING(--with-powerbook, -+ [enable support for PPC PowerBook @<:@default=check@:>@])], -+ [], with_powerbook=check) -+ -+have_pbbipc="" -+have_pbb="" -+if test "x$with_powerbook" != xno; then -+ - KDE_CHECK_LIB(pbbipc, create_msgport, - [ - KEYBOARD_LIBS="-lpbbipc $KEYBOARD_LIBS" -@@ -23,6 +32,10 @@ - have_pbb=true - ]) - -+if test "x$with_powerbook" != xcheck && test -z "$have_pbbipc$have_pbb"; then -+ AC_MSG_FAILURE([--with-powerbook was given, but test for libpbb failed]) -+fi -+fi - - AM_CONDITIONAL(include_kmilo_powerbook, test x$have_pbbipc = xtrue) - AM_CONDITIONAL(include_kmilo_pbb, test x$have_pbb = xtrue) |