mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -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
446 B
Text
12 lines
446 B
Text
diff -ur sablevm-0.1.6.orig/src/libsablevm/Makefile.am sablevm-0.1.6/src/libsablevm/Makefile.am
|
|
--- sablevm-0.1.6.orig/src/libsablevm/Makefile.am Fri Apr 20 04:30:45 2001
|
|
+++ sablevm-0.1.6/src/libsablevm/Makefile.am Mon Jul 8 18:12:47 2002
|
|
@@ -68,7 +68,7 @@
|
|
native.c \
|
|
native.h
|
|
|
|
-libsablevm_la_LIBADD = -lpthread -lm -ldl -lffi
|
|
+libsablevm_la_LIBADD = -lm -L@libdir@ -lffi
|
|
## -lefence
|
|
|
|
libsablevm_la_LDFLAGS = -version-info @LIBVERSION@
|