ports/java/jdk14/files/patch-..::ext::plugin::build::solaris::GNUmakefile
Greg Lewis 8716a1907f 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
2002-04-16 18:24:44 +00:00

23 lines
765 B
Text

$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); \
$(GCC) $(GCCPIC) $(GCCLD_SHARELIB_FLAG) $(LDFLAGS) -o $(@) \
- $(NAVIG5_OFILES) $(COMMON_OFILES_GNU)
+ $(NAVIG5_OFILES) $(COMMON_OFILES_GNU) -L$(X11_LIB) -lXt
clean clobber::
/bin/rm -f -r $(TMP_DIR) $(OUTPUT_DIR)/plugin