From 4dcdc11c6adca27f8e0b0b9979fb19d8718c7556 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 2 Feb 2005 22:40:45 +0000 Subject: 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 --- packages/gtk-webcore/osb-jscore-0.5.0/libm.patch | 0 packages/gtk-webcore/osb-jscore_0.5.0.bb | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 packages/gtk-webcore/osb-jscore-0.5.0/libm.patch (limited to 'packages/gtk-webcore') 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 -- cgit v1.2.3