Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (779beecb719d753d998d2d1c1192af81d25a956c)
  • Date: Sun, 18 Jan 2009 08:36:45 -0600

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



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (779beecb719d753d998d2d1c1192af81d25a956c), George Sherwood, 01/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page