[SM-Commit] GIT changes to master grimoire by George Sherwood (779beecb719d753d998d2d1c1192af81d25a956c)

George Sherwood scm at sourcemage.org
Sun Jan 18 09:36:45 EST 2009


GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:

 graphics-libs/gegl/HISTORY           |    4 ++++
 graphics-libs/gegl/PRE_BUILD         |    5 +++++
 graphics-libs/gegl/gegl-locale.patch |   10 ++++++++++
 3 files changed, 19 insertions(+)

New commits:
commit 779beecb719d753d998d2d1c1192af81d25a956c
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    gegl: Added patch to fix compile on some systems.
    Can't figure out why, but a few people have run into
    the issue and it doesn't seem to hurt on those that
    already work.

diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index ac31d3d..bc0d3b2 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,7 @@
+2009-01-18 George Sherwood <gsherwood at sourceamge.org>
+	* PRE_BUILD: Added to patch.
+	* gegl-locale.patch: Added to fix compile error.
+
 2009-01-05 George Sherwood <gsherwood at sourcemage.org>
 	* PRE_BUILD: Removed.
 	* gegl-libavformat.patch: Removed builds against ffmpeg-svn now.
diff --git a/graphics-libs/gegl/PRE_BUILD b/graphics-libs/gegl/PRE_BUILD
new file mode 100755
index 0000000..b766376
--- /dev/null
+++ b/graphics-libs/gegl/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+cd $SOURCE_DIRECTORY &&
+
+patch -p0 < $SCRIPT_DIRECTORY/gegl-locale.patch
diff --git a/graphics-libs/gegl/gegl-locale.patch b/graphics-libs/gegl/gegl-locale.patch
new file mode 100644
index 0000000..988b040
--- /dev/null
+++ b/graphics-libs/gegl/gegl-locale.patch
@@ -0,0 +1,10 @@
+--- gegl/gegl-init.c.orig	2009-01-17 23:24:45.000000000 +0000
++++ gegl/gegl-init.c	2009-01-17 23:25:10.000000000 +0000
+@@ -26,6 +26,7 @@
+ #include <glib/gi18n-lib.h>
+ 
+ #include <stdlib.h>
++#include <locale.h>
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
+ #endif



More information about the SM-Commit mailing list