diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-08 02:07:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-08 02:07:23 +0000 |
commit | 6ea791343f73a0eeffa2f4e145ca0d9796adebe8 (patch) | |
tree | 28dc32eb8608dd05b3462cc42434f8977240b359 /app-text/hunspell/files | |
parent | use PF instead of PVR and save config file to $PORTAGE_CONFIGROOT (diff) | |
download | gentoo-2-6ea791343f73a0eeffa2f4e145ca0d9796adebe8.tar.gz gentoo-2-6ea791343f73a0eeffa2f4e145ca0d9796adebe8.tar.bz2 gentoo-2-6ea791343f73a0eeffa2f4e145ca0d9796adebe8.zip |
Patch the makefile rather than using autopoint so we dont require cvs #142997.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'app-text/hunspell/files')
-rw-r--r-- | app-text/hunspell/files/hunspell-1.1.4-gettext.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-text/hunspell/files/hunspell-1.1.4-gettext.patch b/app-text/hunspell/files/hunspell-1.1.4-gettext.patch new file mode 100644 index 000000000000..2a726b8abedc --- /dev/null +++ b/app-text/hunspell/files/hunspell-1.1.4-gettext.patch @@ -0,0 +1,16 @@ +fix Makefile.in.in rather than running `autopoint` as that requires cvs + +http://bugs.gentoo.org/142565 +http://bugs.gentoo.org/142997 + +--- po/Makefile.in.in ++++ po/Makefile.in.in +@@ -27,7 +27,7 @@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + MKINSTALLDIRS = @MKINSTALLDIRS@ +-mkinstalldirs = @MKINSTALLDIRS@ ++mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` + + GMSGFMT = @GMSGFMT@ + MSGFMT = @MSGFMT@ |