aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gtk-webcore/osb-jscore-0.5.0/libm.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gtk-webcore/osb-jscore-0.5.0/libm.patch')
-rw-r--r--packages/gtk-webcore/osb-jscore-0.5.0/libm.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch b/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch
index e69de29bb2..b0c0cc6af2 100644
--- a/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch
+++ b/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch
@@ -0,0 +1,13 @@
+Index: osb-jscore-0.5.0/configure.in
+===================================================================
+--- osb-jscore-0.5.0.orig/configure.in 2004-10-18 11:39:43.000000000 -0400
++++ osb-jscore-0.5.0/configure.in 2005-02-02 17:36:36.551550088 -0500
+@@ -18,6 +18,8 @@
+ AC_CHECK_HEADERS(string.h strings.h float.h)
+
+
++# isnan & friends generally come from libm, so link to it if its available
++AC_CHECK_LIB(m, sin)
+
+ AC_CHECK_FUNCS(isnan,[
+ AC_DEFINE(HAVE_FUNC_ISNAN,[],[Define to 1 if you have isnan function.])