changeset 1388:e99e879a68c8

Makefile.am: for windows build, sed PluginAppletViewer's super call
author Jiri Vanek <jvanek@redhat.com>
date Thu, 06 Apr 2017 12:37:55 +0200
parents 20b4d1ce80b9
children f63de124adc4
files ChangeLog Makefile.am
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 06 11:02:46 2017 +0200
+++ b/ChangeLog	Thu Apr 06 12:37:55 2017 +0200
@@ -1,3 +1,7 @@
+2017-04-06  Jiri Vanek <jvanek@redhat.com>
+
+	* Makefile.am: for windows build, sed PluginAppletViewer's super call
+
 2017-04-05  Jiri Vanek <jvanek@redhat.com>
 
 	plugin.jar made buildable on windows
--- a/Makefile.am	Thu Apr 06 11:02:46 2017 +0200
+++ b/Makefile.am	Thu Apr 06 12:37:55 2017 +0200
@@ -489,6 +489,7 @@
 	if test x$(SUN_AWT_WEMBEDDEDFRAME) = xyes ; then \
 	  sed "s;sun.awt.X11.XEmbeddedFrame;sun.awt.windows.WEmbeddedFrame;" -i $(LIVECONNECT_SRCS)/$(SUN_APPLET_DIRS)/PluginAppletViewer.java ; \
 	  sed "s;XEmbeddedFrame;WEmbeddedFrame;" -i $(LIVECONNECT_SRCS)/$(SUN_APPLET_DIRS)/PluginAppletViewer.java ; \
+	  sed "s;super(handle, true);super(handle);" -i $(LIVECONNECT_SRCS)/$(SUN_APPLET_DIRS)/PluginAppletViewer.java ; \
 	fi ; \
 	touch $@