ports/java/sablevm/files/patch-ae
Archie Cobbs 5d7a7a3884 Update to SableVM version 1.0.2.
This port includes the Java classes, making the java/sablepath port obsolete.
2002-08-15 23:17:48 +00:00

21 lines
667 B
Text

diff -ur work.orig/sablevm-1.0.2/src/libsablevm/libsablevm.c work/sablevm-1.0.2/src/libsablevm/libsablevm.c
--- work.orig/sablevm-1.0.2/src/libsablevm/libsablevm.c Sun Aug 11 14:33:05 2002
+++ work/sablevm-1.0.2/src/libsablevm/libsablevm.c Thu Aug 15 15:09:36 2002
@@ -5,6 +5,9 @@
* modification of SableVM. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+#include <ffi.h>
+#undef PACKAGE
+#undef VERSION
#include <config.h>
#include <pthread.h>
@@ -14,7 +17,6 @@
#include <stdlib.h>
#include <assert.h>
#include <string.h>
-#include <ffi.h>
#include <math.h>
#include <ltdl.h>
#include <sys/stat.h>