diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 09:57:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 09:57:21 +0200 |
commit | 6e5edc83271beb9ac4017bdf74b540da2ebe4594 (patch) | |
tree | 0a4a7ded2460ebedd40f88ff2414f90c44b275da /package/openjdk | |
parent | fec1fd5598765d02691cb4c2b3ea3f1938be7824 (diff) | |
parent | 851a4486f663ddb8acffd4dd870d4121290b35d5 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk')
-rw-r--r-- | package/openjdk/patches/disable-sizers.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/openjdk/patches/disable-sizers.patch b/package/openjdk/patches/disable-sizers.patch index b80ee0e69..e69de29bb 100644 --- a/package/openjdk/patches/disable-sizers.patch +++ b/package/openjdk/patches/disable-sizers.patch @@ -1,14 +0,0 @@ -diff -Nur w-openjdk-6.orig//openjdk-6/jdk/make/sun/xawt/Makefile w-openjdk-6/openjdk-6/jdk/make/sun/xawt/Makefile ---- 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-11 19:50:34.000000000 +0200 -@@ -237,7 +237,9 @@ - $(BOOT_JAVA_CMD) -cp $(WRAPPER_GENERATOR_TEMPDIR) WrapperGenerator \ - $(SIZER_DIR) $(XLIBTYPES) "sizer" $(subst .,,$(suffix $(basename $@))) - --$(SIZES): $(SIZERS) -+#$(SIZES): $(SIZERS) -+$(SIZES): -+ @$(prep-target) - @if [ "$(DOHACK)$@" = "true$(PREDEFINED_SIZES)" ]; then \ - $(ECHO) COPYING $(PREDEFINED_SIZES_TMPL) into $@; \ - $(CP) $(PREDEFINED_SIZES_TMPL) $@; \ |