From a185be2a719f5e6bca35c8bb67c47de9940d04a7 Mon Sep 17 00:00:00 2001 From: Chris Efant Date: Sun, 16 May 2004 19:20:04 +0000 Subject: [PATCH] Chris Efant: Updated baghira to 0.3p and removed math.h.patch (math.h is now enabled by default) [2004051021422223884] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2984 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/sirkull/baghira/baghira.desc | 4 ++-- package/sirkull/baghira/math.h.patch | 16 ---------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 package/sirkull/baghira/math.h.patch diff --git a/package/sirkull/baghira/baghira.desc b/package/sirkull/baghira/baghira.desc index 55d6583c3..b35337517 100644 --- a/package/sirkull/baghira/baghira.desc +++ b/package/sirkull/baghira/baghira.desc @@ -14,10 +14,10 @@ [L] GPL [S] Stable -[V] 0.3o +[V] 0.3p [P] X -----5---9 633.000 -[D] 2754187408 baghira-0.3o.tar.bz2 http://dl.sourceforge.net/sourceforge/baghira/ +[D] 309839018 baghira-0.3p.tar.bz2 http://dl.sourceforge.net/sourceforge/baghira/ [O] . $base/package/*/*/kde-32.conf diff --git a/package/sirkull/baghira/math.h.patch b/package/sirkull/baghira/math.h.patch deleted file mode 100644 index af9fe5fdb..000000000 --- a/package/sirkull/baghira/math.h.patch +++ /dev/null @@ -1,16 +0,0 @@ - -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