head	1.2;
access;
symbols
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.08.18.07.05.58;	author makc;	state dead;
branches;
next	1.1;

1.1
date	2009.02.05.15.34.07;	author amdmi3;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.00

PR:		ports/149519
Submitted by:	Vitaly Magerya (maintainer)
@
text
@--- configure.orig	2008-05-03 23:43:30.000000000 +0300
+++ configure	2009-02-02 23:23:42.000000000 +0200
@@@@ -6790,15 +6790,20 @@@@
 
 
 if test "$USER_FFI" = "yes" ;then
-  echo "Configuring libffi"
-  (cd ffi; CC=${CC} CFLAGS=${CFLAGS} ./configure \
-           --disable-structs --disable-raw-api --disable-shared \
-	   --prefix=$prefix)
-  LIBS="$LIBS ../ffi/.libs/libffi.a"
-  CFLAGS="$CFLAGS -I../ffi/include"
-  LIBFFI="ffi"
+#  echo "Configuring libffi"
+#  (cd ffi; CC=${CC} CFLAGS=${CFLAGS} ./configure \
+#           --disable-structs --disable-raw-api --disable-shared \
+#	   --prefix=$prefix)
+#  LIBS="$LIBS ../ffi/.libs/libffi.a"
+#  CFLAGS="$CFLAGS -I../ffi/include"
+#  LIBFFI="ffi"
+#  HAVE_FFI="#define HAVE_FFI 1"
+#  FFI="yes"
+  echo "Using the system libffi library"
+  LIBS="$LIBS -lffi"
+  LIBFFI=""
   HAVE_FFI="#define HAVE_FFI 1"
-  FFI="yes"
+  FFI="use the system library"
 else
   echo "Disabling FFI support"
   LIBFFI=""
@


1.1
log
@- Update to 0.98
- Pass maintainership to submitter

PR:		131349
Submtted by:	Vitaly Magerya <vmagerya at gmail dot com>
@
text
@@

