[csw-devel] SF.net SVN: gar:[10408] csw/mgar/pkg/libgegl/trunk
theferret at users.sourceforge.net
theferret at users.sourceforge.net
Fri Jul 2 23:45:38 CEST 2010
Revision: 10408
http://gar.svn.sourceforge.net/gar/?rev=10408&view=rev
Author: theferret
Date: 2010-07-02 21:45:38 +0000 (Fri, 02 Jul 2010)
Log Message:
-----------
libgegl: added patch to fix missing powf()
Modified Paths:
--------------
csw/mgar/pkg/libgegl/trunk/patchfile.preconf
csw/mgar/pkg/libgegl/trunk/pkginfo
Modified: csw/mgar/pkg/libgegl/trunk/patchfile.preconf
===================================================================
--- csw/mgar/pkg/libgegl/trunk/patchfile.preconf 2010-07-02 21:24:56 UTC (rev 10407)
+++ csw/mgar/pkg/libgegl/trunk/patchfile.preconf 2010-07-02 21:45:38 UTC (rev 10408)
@@ -28,3 +28,14 @@
#else
void *functions[MAX_N_FUNCTIONS];
int n_functions = 0;
+--- operations/generated/gamma.c.orig 2010-02-07 15:44:37.000000000 +0100
++++ operations/generated/gamma.c 2010-06-28 21:21:36.338178685 +0200
+@@ -36,7 +36,7 @@
+ #include "gegl-chant.h"
+
+ #include <math.h>
+-#ifdef _MSC_VER
++#if defined(_MSC_VER) || defined(__sun)
+ #define powf(a,b) ((gfloat)pow(a,b))
+ #endif
+
Modified: csw/mgar/pkg/libgegl/trunk/pkginfo
===================================================================
--- csw/mgar/pkg/libgegl/trunk/pkginfo 2010-07-02 21:24:56 UTC (rev 10407)
+++ csw/mgar/pkg/libgegl/trunk/pkginfo 2010-07-02 21:45:38 UTC (rev 10408)
@@ -1,6 +1,6 @@
PKG=CSWlibgegl
NAME=libgegl - generic graphics library required by GIMP
-VERSION=0.1.2,REV=2010.06.12
+VERSION=0.1.2,REV=2010.06.28
CATEGORY=system
VENDOR=http://www.gegl.org/ packaged for CSW by Philip Brown
HOTLINE=http://www.opencsw.org/bugtrack/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list