From 00cc75e823ef742fae6966a83dce69b0d2f56a76 Mon Sep 17 00:00:00 2001 From: Sven Ebenfeld Date: Mon, 27 Apr 2015 22:12:58 +0200 Subject: icedtea7-native: remove unused patch Signed-off-by: Sven Ebenfeld Signed-off-by: Otavio Salvador --- .../icedtea-disable-desktop-dirs.patch | 91 ---------------------- 1 file changed, 91 deletions(-) delete mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-desktop-dirs.patch (limited to 'recipes-core/icedtea') diff --git a/recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-desktop-dirs.patch b/recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-desktop-dirs.patch deleted file mode 100644 index 739804a..0000000 --- a/recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-desktop-dirs.patch +++ /dev/null @@ -1,91 +0,0 @@ -diff --git openjdk/jdk/make/common/Subdirs.gmk openjdk/jdk/make/common/Subdirs.gmk -index f212d50..da6e9e1 100644 ---- openjdk/jdk/make/common/Subdirs.gmk -+++ openjdk/jdk/make/common/Subdirs.gmk -@@ -88,28 +88,6 @@ done - @$(ECHO) "Done Processing OTHERSUBDIRS: $(OTHERSUBDIRS)" - endef - --# --# Iterate the list specified in SUBDIRS_ only if --# SUBDIRS_ is set. --# --ifdef SUBDIRS_desktop -- define subdirs-desktop-loop -- @$(call subdirs-group-loop,SUBDIRS_desktop) -- endef --else -- define subdirs-desktop-loop -- endef --endif # SUBDIRS_desktop -- --ifdef SUBDIRS_enterprise -- define subdirs-enterprise-loop -- @$(call subdirs-group-loop,SUBDIRS_enterprise) -- endef --else --define subdirs-enterprise-loop --endef --endif # SUBDIRS_enterprise -- - ifdef SUBDIRS_management - define subdirs-management-loop - @$(call subdirs-group-loop,SUBDIRS_management) -@@ -140,7 +118,7 @@ endif # SUBDIRS_tools - # - # If BUILD_MODULES is not set or it's set to "all", - # iterate all groups. --SUBDIRS_all = $(SUBDIRS) $(SUBDIRS_desktop) $(SUBDIRS_enterprise) \ -+SUBDIRS_all = $(SUBDIRS) $(SUBDIRS_enterprise) \ - $(SUBDIRS_management) $(SUBDIRS_misc) $(SUBDIRS_tools) - - define SUBDIRS-loop -diff --git a/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c b/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c -index 5de53ca..b598a22 100644 ---- a/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c -+++ b/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c -@@ -29,7 +29,7 @@ - #include "X11SurfaceData.h" - - /*#include */ --#include -+#include - - #ifndef RepeatNone /* added in 0.10 */ - #define RepeatNone 0 -diff --git a/jdk/make/sun/xawt/FILES_c_unix.gmk b/jdk/make/sun/xawt/FILES_c_unix.gmk -index 57b34c3..c629f78 100644 ---- a/jdk/make/sun/xawt/FILES_c_unix.gmk -+++ b/jdk/make/sun/xawt/FILES_c_unix.gmk -@@ -84,15 +84,8 @@ FILES_c = \ - XRSurfaceData.c \ - XRBackendNative.c - --ifndef USE_SYSTEM_GTK - FILES_c += \ - gtk_fp.c --endif -- --ifndef USE_SYSTEM_CUPS --FILES_c += \ -- cups_fp.c --endif - - ifndef USE_SYSTEM_FONTCONFIG - FILES_c += \ -diff --git a/jdk/make/sun/awt/FILES_c_unix.gmk b/jdk/make/sun/awt/FILES_c_unix.gmk -index dc1f61e..489abc1 100644 ---- a/jdk/make/sun/awt/FILES_c_unix.gmk -+++ b/jdk/make/sun/awt/FILES_c_unix.gmk -@@ -230,11 +230,6 @@ FILES_NO_MOTIF_c = \ - AccelGlyphCache.c \ - CUPSfuncs.c - --ifndef USE_SYSTEM_CUPS --FILES_NO_MOTIF_c += \ -- cups_fp.c --endif -- - ifndef USE_SYSTEM_FONTCONFIG - FILES_NO_MOTIF_c += \ - fontconfig_fp.c -- cgit v1.2.3-54-g00ecf