diff options
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 |