diff options
Diffstat (limited to 'java/jc/files')
-rw-r--r-- | java/jc/files/patch-aa | 23 | ||||
-rw-r--r-- | java/jc/files/patch-ab | 23 | ||||
-rw-r--r-- | java/jc/files/patch-ac | 13 | ||||
-rw-r--r-- | java/jc/files/patch-ad | 22 |
4 files changed, 0 insertions, 81 deletions
diff --git a/java/jc/files/patch-aa b/java/jc/files/patch-aa deleted file mode 100644 index 3e29b913d7a4..000000000000 --- a/java/jc/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- classpath-0.07/native/target/generic/target_generic_file.h 2003/11/02 15:51:19 1.11 -+++ classpath-0.07/native/target/generic/target_generic_file.h 2004/01/27 20:47:54 1.13 -@@ -58,6 +58,7 @@ - - #include <stdlib.h> - #include <assert.h> -+#include <fcntl.h> - - #include "target_native.h" - #include "target_native_math_int.h" -@@ -90,7 +91,11 @@ - #define TARGET_NATIVE_FILE_FILEFLAG_APPEND O_APPEND - #endif - #ifndef TARGET_NATIVE_FILE_FILEFLAG_SYNC -- #define TARGET_NATIVE_FILE_FILEFLAG_SYNC O_SYNC -+ #if !defined (O_SYNC) && defined (O_FSYNC) -+ #define TARGET_NATIVE_FILE_FILEFLAG_SYNC O_FSYNC -+ #else -+ #define TARGET_NATIVE_FILE_FILEFLAG_SYNC O_SYNC -+ #endif - #endif - #ifndef TARGET_NATIVE_FILE_FILEFLAG_DSYNC - #ifdef O_DSYNC diff --git a/java/jc/files/patch-ab b/java/jc/files/patch-ab deleted file mode 100644 index 17afe43b6777..000000000000 --- a/java/jc/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ -diff -u -r1.2 libjc.h ---- jc-1.0.1/libjc/libjc.h 28 Feb 2004 04:20:48 -0000 1.2 -+++ jc-1.0.1/libjc/libjc.h 10 Mar 2004 19:29:19 -0000 -@@ -33,7 +33,6 @@ - #include <pwd.h> - #include <elf.h> - --#include <ltdl.h> - #include <zlib.h> - - #include <openssl/md5.h> -diff -u -r1.3 structures.h ---- jc-1.0.1/libjc/structures.h 23 Feb 2004 19:46:35 -0000 1.3 -+++ jc-1.0.1/libjc/structures.h 10 Mar 2004 19:29:19 -0000 -@@ -466,7 +466,7 @@ - */ - struct _jc_native_lib { - char *name; -- lt_dlhandle handle; -+ void *handle; - STAILQ_ENTRY(_jc_native_lib) link; - }; - diff --git a/java/jc/files/patch-ac b/java/jc/files/patch-ac deleted file mode 100644 index d6899c1a4486..000000000000 --- a/java/jc/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- jc-1.0.1/libjc/libjc.h.orig Wed Mar 17 16:25:39 2004 -+++ jc-1.0.1/libjc/libjc.h Wed Mar 17 16:25:58 2004 -@@ -10,6 +10,10 @@ - - #include "config.h" - -+/* FreeBSD hack */ -+#define __XSI_VISIBLE 600 -+#define __BSD_VISIBLE 1 -+ - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/mman.h> diff --git a/java/jc/files/patch-ad b/java/jc/files/patch-ad deleted file mode 100644 index 47fae4339875..000000000000 --- a/java/jc/files/patch-ad +++ /dev/null @@ -1,22 +0,0 @@ ---- jc-1.0.1/jsrc/Makefile.am.orig Sun Mar 28 15:34:08 2004 -+++ jc-1.0.1/jsrc/Makefile.am Sun Mar 28 15:34:20 2004 -@@ -14,7 +14,7 @@ - ## - ## GCC flags for compiling ELF objects - ## --HOSTGCC_FLAGS= -O2 -g -pipe -fno-common -w -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -Werror -Wa,-W -+HOSTGCC_FLAGS= -O2 -g -pipe -fno-common -w -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -Wa,-W - - ## - ## Install pre-built source files and compile them ---- jc-1.0.1/jsrc/Makefile.in.orig Sun Mar 28 15:34:12 2004 -+++ jc-1.0.1/jsrc/Makefile.in Sun Mar 28 15:34:22 2004 -@@ -110,7 +110,7 @@ - - EXTRA_DIST = jsrc.tgz patterns - --HOSTGCC_FLAGS = -O2 -g -pipe -fno-common -w -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -Werror -Wa,-W -+HOSTGCC_FLAGS = -O2 -g -pipe -fno-common -w -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -Wa,-W - - CLEANFILES = sources objects patterns - subdir = jsrc |