diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 23:08:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 23:08:25 +0000 |
commit | 5826e1fe6074a849536ac253ecf9dde8fe009f99 (patch) | |
tree | e5d73968851af5f1849832d6a6f079b7d8c3dc34 /x11-misc | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-5826e1fe6074a849536ac253ecf9dde8fe009f99.tar.gz gentoo-2-5826e1fe6074a849536ac253ecf9dde8fe009f99.tar.bz2 gentoo-2-5826e1fe6074a849536ac253ecf9dde8fe009f99.zip |
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/stripclub/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/stripclub/files/stripclub-0.9.1.2-Makefile.linux.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/stripclub/ChangeLog b/x11-misc/stripclub/ChangeLog index bcece875b4e5..4190313743f4 100644 --- a/x11-misc/stripclub/ChangeLog +++ b/x11-misc/stripclub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/stripclub # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/ChangeLog,v 1.10 2008/11/14 19:06:49 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/ChangeLog,v 1.11 2008/11/17 23:08:25 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/stripclub-0.9.1.2-Makefile.linux.patch: + Fix patch with absolute paths. 14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> -stripclub-0.9.1.2.ebuild, stripclub-0.9.1.2-r1.ebuild: diff --git a/x11-misc/stripclub/files/stripclub-0.9.1.2-Makefile.linux.patch b/x11-misc/stripclub/files/stripclub-0.9.1.2-Makefile.linux.patch index 34e2867b3f83..474b8dda5027 100644 --- a/x11-misc/stripclub/files/stripclub-0.9.1.2-Makefile.linux.patch +++ b/x11-misc/stripclub/files/stripclub-0.9.1.2-Makefile.linux.patch @@ -1,5 +1,5 @@ ---- /root/Makefile.linux 2005-06-16 16:23:17.000000000 -0600 -+++ /root/Makefile.linux.mine 2005-06-16 17:21:38.000000000 -0600 +--- a/Makefile.linux 2005-06-16 16:23:17.000000000 -0600 ++++ b/Makefile.linux 2005-06-16 17:21:38.000000000 -0600 @@ -4,8 +4,8 @@ TARGET = stripclub SOURCES = $(wildcard *.cpp) |