summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile')
-rw-r--r--java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile b/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile
deleted file mode 100644
index 3f6876b47f3b..000000000000
--- a/java/jdk16/files/patch-..::ext::plugin::build::solaris::GNUmakefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$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