diff options
author | Joseph Jezak <josejx@gentoo.org> | 2006-12-17 02:05:03 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2006-12-17 02:05:03 +0000 |
commit | 12be11d453267aaa0996d17f34e18ccdd105c0a6 (patch) | |
tree | 51982a3b1d7a82c466203c8b4e6c3624ffefd42c /app-laptop | |
parent | initial ebuild from James Cassidy <jcassidy-genbug@qfire.net> (diff) | |
download | gentoo-2-12be11d453267aaa0996d17f34e18ccdd105c0a6.tar.gz gentoo-2-12be11d453267aaa0996d17f34e18ccdd105c0a6.tar.bz2 gentoo-2-12be11d453267aaa0996d17f34e18ccdd105c0a6.zip |
Fixed the x86 patch on ppc.
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/pbbuttonsd/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/pbbuttonsd/files/x86-fix.patch | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-laptop/pbbuttonsd/ChangeLog b/app-laptop/pbbuttonsd/ChangeLog index 0c725c9dd4e6..c89bb112d973 100644 --- a/app-laptop/pbbuttonsd/ChangeLog +++ b/app-laptop/pbbuttonsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/pbbuttonsd # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.57 2006/12/17 01:42:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.58 2006/12/17 02:05:03 josejx Exp $ + + 17 Dec 2006; Joseph Jezak <josejx@gentoo.org> files/x86-fix.patch: + Fixed the x86 patch for ppc. 17 Dec 2006; Joseph Jezak <josejx@gentoo.org> +files/x86-fix.patch, pbbuttonsd-0.7.9.ebuild: diff --git a/app-laptop/pbbuttonsd/files/x86-fix.patch b/app-laptop/pbbuttonsd/files/x86-fix.patch index 754aba50d281..eaa4ddba5085 100644 --- a/app-laptop/pbbuttonsd/files/x86-fix.patch +++ b/app-laptop/pbbuttonsd/files/x86-fix.patch @@ -13,16 +13,17 @@ else --- driver_backlight_pmu.c 2006-10-01 04:04:25.000000000 -0400 +++ /home/jjezak/pbbuttonsd-0.7.9/src/driver_backlight_pmu.c 2006-10-03 22:04:34.000000000 -0400 -@@ -15,6 +15,8 @@ +@@ -15,6 +15,9 @@ # include <config.h> #endif ++#include "systems.h" +#ifdef WITH_MODULE_PMAC + #include <stdio.h> #include <stdlib.h> #include <fcntl.h> -@@ -123,3 +125,4 @@ +@@ -123,3 +126,4 @@ } |