diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2006-07-08 01:00:04 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2006-07-08 01:00:04 +0000 |
commit | 3ef5fd32a6c94ed6803a3cbe7983518c45004a9a (patch) | |
tree | 9dff16b0964aec24474b4df4ed9749b37d41ab4c /net-im/gajim/files | |
parent | mask net-wireless/aircrack, it is pending removal in favor of net-wireless/ai... (diff) | |
download | gentoo-2-3ef5fd32a6c94ed6803a3cbe7983518c45004a9a.tar.gz gentoo-2-3ef5fd32a6c94ed6803a3cbe7983518c45004a9a.tar.bz2 gentoo-2-3ef5fd32a6c94ed6803a3cbe7983518c45004a9a.zip |
added makefile patch
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'net-im/gajim/files')
-rw-r--r-- | net-im/gajim/files/gajim-10.1-Makefile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/gajim/files/gajim-10.1-Makefile.patch b/net-im/gajim/files/gajim-10.1-Makefile.patch new file mode 100644 index 000000000000..9fa724efe8b0 --- /dev/null +++ b/net-im/gajim/files/gajim-10.1-Makefile.patch @@ -0,0 +1,13 @@ +--- Makefile.orig 2006-07-07 12:35:52.000000000 +0300 ++++ Makefile 2006-07-07 13:00:35.000000000 +0300 +@@ -87,7 +87,9 @@ + mkdir -p "$(DESTDIR)$(PREFIX)/share/locale/$$d"; \ + fi; \ + done +- ${MAKE} -C po install PREFIX=$(PREFIX) ++ if [[ -n $$(find po -name *.mo) ]]; then \ ++ ${MAKE} -C po install PREFIX=$(PREFIX) ; \ ++ fi + cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/"; + cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/"; + mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps"; |