diff options
author | Alex Alexander <wired@gentoo.org> | 2011-07-03 18:53:24 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2011-07-03 18:53:24 +0000 |
commit | c5af413e0b6a77426b6ce6dfc46f9ca6e4e7b6a7 (patch) | |
tree | 26b0448c07be21864f6da392fd72d6abebb9fc47 /x11-terms/rxvt-unicode/files/rxvt-unicode-9.06-case-insensitive-fs.patch | |
parent | Remove old version. Remove dev-python/gnome-python-extras dep, bug 372173. (diff) | |
download | gentoo-2-c5af413e0b6a77426b6ce6dfc46f9ca6e4e7b6a7.tar.gz gentoo-2-c5af413e0b6a77426b6ce6dfc46f9ca6e4e7b6a7.tar.bz2 gentoo-2-c5af413e0b6a77426b6ce6dfc46f9ca6e4e7b6a7.zip |
prefix support
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms/rxvt-unicode/files/rxvt-unicode-9.06-case-insensitive-fs.patch')
-rw-r--r-- | x11-terms/rxvt-unicode/files/rxvt-unicode-9.06-case-insensitive-fs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-terms/rxvt-unicode/files/rxvt-unicode-9.06-case-insensitive-fs.patch b/x11-terms/rxvt-unicode/files/rxvt-unicode-9.06-case-insensitive-fs.patch new file mode 100644 index 000000000000..49fa01adc348 --- /dev/null +++ b/x11-terms/rxvt-unicode/files/rxvt-unicode-9.06-case-insensitive-fs.patch @@ -0,0 +1,10 @@ +Avoid "make: `install' is up to date." on case insensitive filesystems + +--- Makefile.in ++++ Makefile.in +@@ -86,3 +86,5 @@ + dist: tar.bz2 + + # ------------------------------------------------------------------------ ++ ++.PHONY: install |