diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-29 19:21:14 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-29 19:21:14 +0200 |
| commit | cf0e7634dd6b19f9e552da7cb3ad36058f6bd551 (patch) | |
| tree | 3a1fd97543f425d69794026739e8feaac6170142 /package/openjdk/patches/disable-sizers.patch | |
| parent | 262093bc84699e250bc64302a8c32d23b31b7fa6 (diff) | |
| parent | 2978728db235233ac80f32737bb56292e3e60328 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk/patches/disable-sizers.patch')
| -rw-r--r-- | package/openjdk/patches/disable-sizers.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/openjdk/patches/disable-sizers.patch b/package/openjdk/patches/disable-sizers.patch index e69de29bb..46325008c 100644 --- a/package/openjdk/patches/disable-sizers.patch +++ b/package/openjdk/patches/disable-sizers.patch @@ -0,0 +1,12 @@ +--- w-openjdk-6.orig/openjdk-6/jdk/make/sun/xawt/Makefile 2011-02-28 17:06:12.000000000 +0100 ++++ w-openjdk-6/openjdk-6/jdk/make/sun/xawt/Makefile 2011-04-13 12:00:18.618922673 +0200 +@@ -237,7 +237,8 @@ + $(BOOT_JAVA_CMD) -cp $(WRAPPER_GENERATOR_TEMPDIR) WrapperGenerator \ + $(SIZER_DIR) $(XLIBTYPES) "sizer" $(subst .,,$(suffix $(basename $@))) + +-$(SIZES): $(SIZERS) ++$(SIZES): ++ $(prep-target) + @if [ "$(DOHACK)$@" = "true$(PREDEFINED_SIZES)" ]; then \ + $(ECHO) COPYING $(PREDEFINED_SIZES_TMPL) into $@; \ + $(CP) $(PREDEFINED_SIZES_TMPL) $@; \ |
