[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7fb37652805b54b4bae78c340de63edffc299ac3)

Vlad Glagolev scm at sourcemage.org
Wed Nov 19 04:33:36 EST 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 graphics/gbdfed/HISTORY           |    4 ++++
 graphics/gbdfed/Makefile.in.patch |   12 ++++++++++++
 graphics/gbdfed/PRE_BUILD         |    2 ++
 3 files changed, 18 insertions(+)

New commits:
commit 7fb37652805b54b4bae78c340de63edffc299ac3
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    gbdfed: fixed compilation with GTK+ 2.14

diff --git a/graphics/gbdfed/HISTORY b/graphics/gbdfed/HISTORY
index 1c9ad4f..429dff4 100644
--- a/graphics/gbdfed/HISTORY
+++ b/graphics/gbdfed/HISTORY
@@ -1,3 +1,7 @@
+2008-11-19 Vlad Glagolev <stealth at sourcemage.org>
+	* PRE_BUILD: fixed compilation with GTK+ 2.14
+	* Makefile.in.patch: added
+
 2008-08-19 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS, PRE_BUILD: added upstream patch
 
diff --git a/graphics/gbdfed/Makefile.in.patch b/graphics/gbdfed/Makefile.in.patch
new file mode 100644
index 0000000..0554278
--- /dev/null
+++ b/graphics/gbdfed/Makefile.in.patch
@@ -0,0 +1,12 @@
+--- Makefile.in.orig
++++ Makefile.in
+@@ -28,8 +28,7 @@ CC = @CC@
+ CFLAGS = @XX_CFLAGS@ @CFLAGS@
+ 
+ DEFINES = @DEFINES@ -DG_DISABLE_DEPRECATED \
+-	-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
+-	-DGTK_DISABLE_DEPRECATED
++	-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
+ 
+ SRCS = bdf.c \
+        bdfcons.c \
diff --git a/graphics/gbdfed/PRE_BUILD b/graphics/gbdfed/PRE_BUILD
index 2f681e3..6f0ae60 100755
--- a/graphics/gbdfed/PRE_BUILD
+++ b/graphics/gbdfed/PRE_BUILD
@@ -1,6 +1,8 @@
 default_pre_build &&
 cd "$SOURCE_DIRECTORY" &&
 
+patch -p0 < "$SPELL_DIRECTORY/Makefile.in.patch" &&
+
 unpack_file 2 &&
 
 patch -p1 < "$SOURCE_CACHE/$SOURCE2"



More information about the SM-Commit mailing list