ports/94058: Add FFI support for lang/squeak
Takeshi MUTOH
mutoh at openedu.org
Sun Apr 30 03:01:55 UTC 2006
Sorry, my old patches aren't enough.
Please add patch below ,because FFI acpicall can't work.
--- /dev/null Sun Apr 30 11:55:00 2006
+++ squeak/files/patch-platforms::unix::plugins::SqueakFFIPrims::ffi-config Wed Apr 26 22:56:10 2006
@@ -0,0 +1,10 @@
+--- platforms/unix/plugins/SqueakFFIPrims/ffi-config.org Wed Apr 26 20:27:53 2006
++++ platforms/unix/plugins/SqueakFFIPrims/ffi-config Wed Apr 26 20:29:00 2006
+@@ -39,6 +39,7 @@
+
+ case ${abi} in
+ linux) abi=sysv;;
++ freebsd*) abi=sysv;;
+ darwin*) abi=darwin;;
+ *) abi=libffi; lib="-lffi";;
+ esac
More information about the freebsd-ports-bugs
mailing list