From f25144e99b769aac83bcde613edf684441bbef27 Mon Sep 17 00:00:00 2001 From: woglinde Date: Sat, 28 Mar 2009 16:29:10 +0100 Subject: liboil: update to latest liboil, needed for latest schroedinger * remove older version and introduce an inc-file * keep 0.3.15 because om relays on it --- recipes/liboil/files/autotools.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/liboil/files/autotools.patch (limited to 'recipes/liboil/files/autotools.patch') diff --git a/recipes/liboil/files/autotools.patch b/recipes/liboil/files/autotools.patch new file mode 100644 index 0000000000..53501e3991 --- /dev/null +++ b/recipes/liboil/files/autotools.patch @@ -0,0 +1,21 @@ +Index: liboil-0.3.15/configure.ac +=================================================================== +--- liboil-0.3.15.orig/configure.ac 2008-07-01 06:45:53.000000000 +0200 ++++ liboil-0.3.15/configure.ac 2008-09-25 13:44:18.633758105 +0200 +@@ -187,16 +187,6 @@ + true) + fi + +-if test x$HAVE_GCC_ASM = xyes -a x$HAVE_ARM = xyes ; then +- AS_COMPILER_FLAG(["-Wa,-mfpu=vfp"], +- [VFP_CFLAGS="$VFP_CFLAGS -mfpu=vfp"], +- true) +- #AS_COMPILER_FLAG(["-Wa,-mfloat-abi=softfp"], +- # [VFP_CFLAGS="$VFP_CFLAGS -mfloat-abi=softfp"], +- # true) +-fi +-AC_SUBST(VFP_CFLAGS) +- + #AS_COMPILER_FLAG(["-fasm-blocks"], HAVE_ASM_BLOCKS=yes, HAVE_ASM_BLOCKS=no) + HAVE_ASM_BLOCKS=no + if test "x$HAVE_ASM_BLOCKS" = "xyes" -- cgit v1.2.3