1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 12:40:45 -04:00
ports/java/jdk15/files/patch-..::ext::plugin::build::solaris::GNUmakefile
Greg Lewis b2841c8077 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
2002-05-03 05:32:23 +00:00

14 lines
502 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
@@ -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