diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-10-29 04:14:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-10-29 04:14:04 +0000 |
commit | d8bfabf4ed99e70c11c1c774086eddc8a4410f8f (patch) | |
tree | f93d8405bfaf665068ba9b5415f0d33ae61b3c6e | |
parent | I no longer have the hardware (diff) | |
download | gentoo-2-d8bfabf4ed99e70c11c1c774086eddc8a4410f8f.tar.gz gentoo-2-d8bfabf4ed99e70c11c1c774086eddc8a4410f8f.tar.bz2 gentoo-2-d8bfabf4ed99e70c11c1c774086eddc8a4410f8f.zip |
Fix makefile patch (bug #213902 comment #4) thanks to Evgeny Stambulchik and Chris Slycord.
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
-rw-r--r-- | app-office/plan/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/plan/files/makefile.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/plan/ChangeLog b/app-office/plan/ChangeLog index 61b50103c6a3..5da0622e1af3 100644 --- a/app-office/plan/ChangeLog +++ b/app-office/plan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/plan # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.17 2008/08/31 13:14:29 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.18 2008/10/29 04:14:04 jer Exp $ + + 29 Oct 2008; Jeroen Roovers <jer@gentoo.org> files/makefile.patch: + Fix makefile patch (bug #213902 comment #4) thanks to Evgeny Stambulchik + and Chris Slycord. 31 Aug 2008; Markus Meier <maekke@gentoo.org> plan-1.9.ebuild: add ~amd64, bug #222213 diff --git a/app-office/plan/files/makefile.patch b/app-office/plan/files/makefile.patch index 499824022b11..5816bc0fc871 100644 --- a/app-office/plan/files/makefile.patch +++ b/app-office/plan/files/makefile.patch @@ -1,5 +1,5 @@ ---- /var/tmp/portage/app-office/plan-1.9/work/plan-1.9/src/Makefile 2008-03-19 03:38:22.000000000 -0500 -+++ Makefile 2008-03-19 03:42:49.000000000 -0500 +--- plan-1.9/src/Makefile.orig 2008-03-19 03:38:22.000000000 -0500 ++++ plan-1.9/src/Makefile 2008-03-19 03:42:49.000000000 -0500 @@ -415,10 +415,10 @@ env CF="$(SVR4_C)" L1F="$(SVR4_L1)" L2F="$(SVR4_L2)" MYCC=gcc make all |