From 2edbde07d059e3ed8f6619cb89b29d70f580764f Mon Sep 17 00:00:00 2001 From: glewis Date: Tue, 16 Apr 2002 18:24:44 +0000 Subject: Add a temporary dependency on gettext-old and use msgfmt-old to process messages for the browser plugin. This is a bandaid for the problem expressed in the PR while I evaluate a number of other proposed patches for the correct fix. Hence the PR currently remains open. PR: 37087 Reviewed by: sobomax Approved by: sobomax --- .../files/patch-..::ext::plugin::build::solaris::GNUmakefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'java/jdk16/files') diff --git a/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile b/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile index 3f6876b47f3..9fb83c62079 100644 --- a/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile +++ b/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile @@ -3,6 +3,15 @@ $FreeBSD$ --- ../ext/plugin/build/solaris/GNUmakefile 2002/03/13 13:35:23 1.1 +++ ../ext/plugin/build/solaris/GNUmakefile 2002/03/13 13:36:33 +@@ -481,7 +481,7 @@ + + $(OUTPUT_DIR)/lib/locale/%/LC_MESSAGES/sunw_java_plugin.mo : $(RESOURCESRCDIR)/%/sunw_java_plugin.po + @mkdir -p $(@D) +- msgfmt -o $(@) $< ++ msgfmt-old -o $(@) $< + + + #---------------------------------------------------------------------- @@ -645,7 +645,7 @@ $(PLUGIN_OJI): $(NAVIG5_OFILES) $(COMMON_OFILES_GNU) export LD_LIBRARY_PATH; LD_LIBRARY_PATH=$(X11_LIB); \ -- cgit