mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
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
23 lines
765 B
Text
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
|