summaryrefslogtreecommitdiff
path: root/java/jc/files
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2004-03-10 19:43:18 +0000
committerArchie Cobbs <archie@FreeBSD.org>2004-03-10 19:43:18 +0000
commit2dd045a933658cfe1f9aaed361891207695c6fcf (patch)
treef91d7e40c170b5588e6db6de3675d711e862670f /java/jc/files
parentClean up this port (diff)
Fix build with a patch from CVS.
Diffstat (limited to 'java/jc/files')
-rw-r--r--java/jc/files/patch-ab23
1 files changed, 23 insertions, 0 deletions
diff --git a/java/jc/files/patch-ab b/java/jc/files/patch-ab
new file mode 100644
index 000000000000..17afe43b6777
--- /dev/null
+++ b/java/jc/files/patch-ab
@@ -0,0 +1,23 @@
+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;
+ };
+