head	1.2;
access;
symbols
	old_RELEASE_5_EOL:1.1
	old_RELEASE_7_0_0:1.1
	old_RELEASE_6_3_0:1.1
	old_PRE_XORG_7:1.1
	old_RELEASE_4_EOL:1.1
	old_RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.08.25.21.04.41;	author miwi;	state dead;
branches;
next	1.1;

1.1
date	2006.06.08.17.00.49;	author stefan;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 3.9-7

PR:		126298
Submitted by:	Takeshi MUTOH <mutoh@@openedu.org> (maintainer)
@
text
@--- 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
@


1.1
log
@- Fix web browser plugin.
- Fix/improve FFI support.
- Pet portlint(1).

PR:		94058
Submitted by:	Takeshi MUTOH <mutoh@@openedu.org>
Approved by:	maintainer
		arved (mentor)
@
text
@@

