From: Chris Larson Date: Wed, 2 Feb 2005 22:40:45 +0000 (+0000) Subject: Add patch to make the osb-jscore build check for libm and add -lm to LIBS when we... X-Git-Tag: Release-2010-05/1~15183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dcdc11c6adca27f8e0b0b9979fb19d8718c7556;p=openembedded.git Add patch to make the osb-jscore build check for libm and add -lm to LIBS when we find it, since that's generally what provides isnan() & friends. BKrev: 420156edVOnlLacPR3_hLnf5k_ctJQ --- diff --git a/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch b/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gtk-webcore/osb-jscore_0.5.0.bb b/packages/gtk-webcore/osb-jscore_0.5.0.bb index 9348e393e0..2d4f8a92b2 100644 --- a/packages/gtk-webcore/osb-jscore_0.5.0.bb +++ b/packages/gtk-webcore/osb-jscore_0.5.0.bb @@ -4,10 +4,11 @@ HOMEPAGE = "http://gtk-webcore.sourceforge.net/" PRIORITY = "optional" MAINTAINER = "Rene Wagner " SECTION = "gpe" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-jscore-${PV}.tar.gz \ - file://missing-includes.patch;patch=1" + file://missing-includes.patch;patch=1 \ + file://libm.patch;patch=1" inherit autotools pkgconfig