diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2002-07-09 22:08:30 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2002-07-09 22:08:30 +0000 |
| commit | f685b62b06656bebe92069a7b456991703ecddf7 (patch) | |
| tree | e1669db8f0de21c7d380ea6d27e369b1e5d66cd9 /java/sablevm/files/patch-af | |
| parent | This port builds and installs a version of the GNU Classpath Java class (diff) | |
SableVM implements the Java virtual machine specification, second edition.
SableVM is a bytecode interpreter. It's goals are to be reasonably small,
efficient, and fast, as well as providing a well-designed platform for
doing research into different algorithms for bytecode interpretation,
garbage collection, memory management, etc.
SableVM uses a modified version of the GNU Classpath Java classes;
these classes are installed by the "sablepath" port.
WWW: http://www.sablevm.org/
Notes
Notes:
svn path=/head/; revision=62726
Diffstat (limited to 'java/sablevm/files/patch-af')
| -rw-r--r-- | java/sablevm/files/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/sablevm/files/patch-af b/java/sablevm/files/patch-af new file mode 100644 index 000000000000..83694199c7e0 --- /dev/null +++ b/java/sablevm/files/patch-af @@ -0,0 +1,12 @@ +diff -ur sablevm-0.1.6.orig/src/sablevm/Makefile.am sablevm-0.1.6/src/sablevm/Makefile.am +--- sablevm-0.1.6.orig/src/sablevm/Makefile.am Sat Apr 14 11:36:47 2001 ++++ sablevm-0.1.6/src/sablevm/Makefile.am Mon Jul 8 18:12:47 2002 +@@ -7,7 +7,7 @@ + + bin_PROGRAMS = sablevm + +-sablevm_LDADD = ../libsablevm/libsablevm.la -lpopt ++sablevm_LDADD = ../libsablevm/libsablevm.la -L@libdir@ -lpopt + + sablevm_SOURCES = \ + sablevm.c sablevm.h |
