From 9dc657c3cb2d821bf38265ccb9d7eed9c4dcc4ea Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Tue, 4 May 2004 09:21:17 +0000 Subject: [PATCH] Rene Rebe: fixed baghira for non x86 builds [2004042219461331393] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2836 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/sirkull/baghira/math.h.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/sirkull/baghira/math.h.patch diff --git a/package/sirkull/baghira/math.h.patch b/package/sirkull/baghira/math.h.patch new file mode 100644 index 000000000..af9fe5fdb --- /dev/null +++ b/package/sirkull/baghira/math.h.patch @@ -0,0 +1,16 @@ + +math.h is needed for all aritectures without sin,cos,exp,pow buildins. + + - Rene Rebe + +--- ./widget-engine/baghira.cpp.orig 2004-04-22 20:16:48.000000000 +0200 ++++ ./widget-engine/baghira.cpp 2004-04-22 20:17:16.000000000 +0200 +@@ -13,7 +13,7 @@ + + // this seems to be important for some versions of gcc + // so uncomment the following line, if you get error messages about "unkonwn function exp" or "pow" +-//#include ++#include + + #define _SCALE_ 65536 + #define _NORMALIZE_ >>16