From b2841c80771b3ba70a51ca94ecaef0ce92439eeb Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 3 May 2002 05:32:23 +0000 Subject: Really fix the incompatibilities with gettext 0.11. The previous bandaid is reverted by this commit and instead patches are added which will remove duplicate message entries from the .po files for the plugin. These are essentially the patches of marius@alchemy.franken.de, with the first part of each patch removed (the message does actually have two spaces in the code!). These patches were verified with the script submitted by KANOU Hiroki-san and against the patches submitted by SUGIMURA Takashi-san. Thanks to all of these people. Apologies for the increasingly long patch names. PR: 37087, 37147 Submitted by: marius@alchemy.franken.de Reviewed by: sobomax Approved by: sobomax --- .../files/patch-..::ext::plugin::build::solaris::GNUmakefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile') diff --git a/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile b/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile index 9fb83c620796..3f6876b47f3b 100644 --- a/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile +++ b/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile @@ -3,15 +3,6 @@ $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 v1.2.3