diff options
author | 2008-11-17 23:10:32 +0000 | |
---|---|---|
committer | 2008-11-17 23:10:32 +0000 | |
commit | 16fecb936f2e770a2b5a8a693f6db2ea56be2aeb (patch) | |
tree | c918613fbf93a81d34547061c510e657bf822499 /x11-plugins/wmcalendar | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-16fecb936f2e770a2b5a8a693f6db2ea56be2aeb.tar.gz gentoo-2-16fecb936f2e770a2b5a8a693f6db2ea56be2aeb.tar.bz2 gentoo-2-16fecb936f2e770a2b5a8a693f6db2ea56be2aeb.zip |
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-plugins/wmcalendar')
-rw-r--r-- | x11-plugins/wmcalendar/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmcalendar/files/wmcalendar-0.5.0.makefile.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/wmcalendar/ChangeLog b/x11-plugins/wmcalendar/ChangeLog index 966d212bc213..6fafb663ab59 100644 --- a/x11-plugins/wmcalendar/ChangeLog +++ b/x11-plugins/wmcalendar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmcalendar # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.16 2008/06/28 06:44:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.17 2008/11/17 23:10:32 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/wmcalendar-0.5.0.makefile.patch: + Fix patch with absolute paths. 28 Jun 2008; Markus Meier <maekke@gentoo.org> wmcalendar-0.5.2.ebuild: x86 stable, bug #229555 diff --git a/x11-plugins/wmcalendar/files/wmcalendar-0.5.0.makefile.patch b/x11-plugins/wmcalendar/files/wmcalendar-0.5.0.makefile.patch index 6c13f109a469..d0094df320f9 100644 --- a/x11-plugins/wmcalendar/files/wmcalendar-0.5.0.makefile.patch +++ b/x11-plugins/wmcalendar/files/wmcalendar-0.5.0.makefile.patch @@ -1,6 +1,6 @@ diff -ur wmcalendar-0.5.0/Src/Makefile /wmcalendar-0.5.0/Src/Makefile ---- wmcalendar-0.5.0/Src/Makefile 2003-07-15 17:19:26.000000000 +0200 -+++ /wmcalendar-0.5.0/Src/Makefile 2003-09-17 08:36:48.000000000 +0200 +--- a/wmcalendar-0.5.0/Src/Makefile 2003-07-15 17:19:26.000000000 +0200 ++++ b/wmcalendar-0.5.0/Src/Makefile 2003-09-17 08:36:48.000000000 +0200 @@ -1,4 +1,7 @@ -CC = gcc +ifndef CC |