mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
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/
12 lines
435 B
Text
12 lines
435 B
Text
diff -ur sablevm-0.1.6.orig/src/sablevm/Makefile.in sablevm-0.1.6/src/sablevm/Makefile.in
|
|
--- sablevm-0.1.6.orig/src/sablevm/Makefile.in Fri Apr 27 21:54:38 2001
|
|
+++ sablevm-0.1.6/src/sablevm/Makefile.in Mon Jul 8 18:13:03 2002
|
|
@@ -75,7 +75,7 @@
|
|
|
|
bin_PROGRAMS = sablevm
|
|
|
|
-sablevm_LDADD = ../libsablevm/libsablevm.la -lpopt
|
|
+sablevm_LDADD = ../libsablevm/libsablevm.la -L@libdir@ -lpopt
|
|
|
|
sablevm_SOURCES = sablevm.c sablevm.h
|
|
|