Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2006 12:00:38 +0900
From:      Takeshi MUTOH <mutoh@openedu.org>
To:        freebsd-ports-bugs@FreeBSD.org
Cc:        chris@chrisburkert.de, mutoh@openedu.org, Mark Linimon <linimon@FreeBSD.org>
Subject:   Re: ports/94058: Add FFI support for lang/squeak
Message-ID:  <ddr73fkbs9.wl%mutoh@openedu.org>
In-Reply-To: <200603071753.k27Hr4Fo048447@freefall.freebsd.org>
References:  <200603071753.k27Hr4Fo048447@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ddr73fkbs9.wl%mutoh>