summaryrefslogtreecommitdiff
path: root/recipes/liboil/files/autotools.patch
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2009-03-28 16:29:10 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2009-03-31 10:01:06 +0200
commitf25144e99b769aac83bcde613edf684441bbef27 (patch)
tree2f004664b1571aa823b07a1dac2ef8842bc823b1 /recipes/liboil/files/autotools.patch
parentf09ab9e93d09f6b82cfb975a955473c94625c544 (diff)
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
Diffstat (limited to 'recipes/liboil/files/autotools.patch')
-rw-r--r--recipes/liboil/files/autotools.patch21
1 files changed, 21 insertions, 0 deletions
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"