Browse Source

Chris Efant:


			
			
				rocklinux
			
			
		
Chris Efant 21 years ago
parent
commit
a185be2a71
2 changed files with 2 additions and 18 deletions
  1. +2
    -2
      package/sirkull/baghira/baghira.desc
  2. +0
    -16
      package/sirkull/baghira/math.h.patch

+ 2
- 2
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

+ 0
- 16
package/sirkull/baghira/math.h.patch

@ -1,16 +0,0 @@
math.h is needed for all aritectures without sin,cos,exp,pow buildins.
- Rene Rebe <rene@rocklinux.org>
--- ./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 <math.h>
+#include <math.h>
#define _SCALE_ 65536
#define _NORMALIZE_ >>16

Loading…
Cancel
Save