From 0273b68c9ce66484512d810a98e8a4551e889e1e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 23 Jul 2019 19:11:15 +0000 Subject: user/openjdk7: move to legacy, only useful for BSing jdk8 --- user/openjdk7/icedtea-jdk-execinfo.patch | 40 -------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 user/openjdk7/icedtea-jdk-execinfo.patch (limited to 'user/openjdk7/icedtea-jdk-execinfo.patch') diff --git a/user/openjdk7/icedtea-jdk-execinfo.patch b/user/openjdk7/icedtea-jdk-execinfo.patch deleted file mode 100644 index a6499dcb0..000000000 --- a/user/openjdk7/icedtea-jdk-execinfo.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- openjdk.orig/jdk/src/solaris/native/sun/awt/awt_xembed_server.c -+++ openjdk/jdk/src/solaris/native/sun/awt/awt_xembed_server.c -@@ -35,7 +35,7 @@ - #include - #include - #include --#ifdef __linux__ -+#if defined(__linux__) && defined(__GLIBC__) && ! defined(__UCLIBC__) - #include - #endif - #include -@@ -835,7 +835,7 @@ - AWT_UNLOCK(); - } - --#ifdef __linux__ -+#if defined(__linux__) && defined(__GLIBC__) && ! defined(__UCLIBC__) - void - print_stack (void) - { ---- openjdk.orig/jdk/src/solaris/native/sun/xawt/XToolkit.c -+++ openjdk/jdk/src/solaris/native/sun/xawt/XToolkit.c -@@ -27,7 +27,7 @@ - #include - #include - #include --#ifdef __linux__ -+#if defined(__linux__) && defined(__GLIBC__) && ! defined(__UCLIBC__) - #include - #endif - -@@ -689,7 +689,7 @@ - return ret; - } - --#ifdef __linux__ -+#if defined(__linux__) && defined(__GLIBC__) && ! defined(__UCLIBC__) - void print_stack(void) - { - void *array[10]; -- cgit v1.2.3-70-g09d2