summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-10-24 17:06:21 +0200
committerLadislav Hagara2010-10-24 17:06:21 +0200
commite96553f6bdcad5e41b19a92339a54afd7c366d9d (patch)
tree4510ea72633d1f54dad59d633d24f65a879119aa
parent8e6adeba580eb7d7619bec2528946e83d598c98f (diff)
gtkhtml2 needs --disable-deprecated-warning-flags
CC htmlengine-edit-cursor.lo htmlengine-edit-cursor.c: In function 'draw_cursor_rectangle': htmlengine-edit-cursor.c:129: error: implicit declaration of function 'gdk_gc_new' htmlengine-edit-cursor.c:129: warning: nested extern declaration of 'gdk_gc_new' htmlengine-edit-cursor.c:129: warning: assignment makes pointer from integer without a cast htmlengine-edit-cursor.c:131: error: implicit declaration of function 'gdk_rgb_find_color' htmlengine-edit-cursor.c:131: warning: nested extern declaration of 'gdk_rgb_find_color' htmlengine-edit-cursor.c:132: error: implicit declaration of function 'gdk_gc_set_foreground' htmlengine-edit-cursor.c:132: warning: nested extern declaration of 'gdk_gc_set_foreground' htmlengine-edit-cursor.c:135: error: implicit declaration of function 'gdk_gc_set_background' htmlengine-edit-cursor.c:135: warning: nested extern declaration of 'gdk_gc_set_background' htmlengine-edit-cursor.c:136: error: implicit declaration of function 'gdk_gc_set_line_attributes' htmlengine-edit-cursor.c:136: warning: nested extern declaration of 'gdk_gc_set_line_attributes' htmlengine-edit-cursor.c:137: error: implicit declaration of function 'gdk_gc_set_dashes' htmlengine-edit-cursor.c:137: warning: nested extern declaration of 'gdk_gc_set_dashes' htmlengine-edit-cursor.c:138: error: implicit declaration of function 'gdk_draw_rectangle' htmlengine-edit-cursor.c:138: warning: nested extern declaration of 'gdk_draw_rectangle' htmlengine-edit-cursor.c: In function 'html_engine_draw_cursor_in_area': htmlengine-edit-cursor.c:344: error: implicit declaration of function 'gdk_draw_line' htmlengine-edit-cursor.c:344: warning: nested extern declaration of 'gdk_draw_line' make[2]: *** [htmlengine-edit-cursor.lo] Error 1 make[2]: Leaving directory `/usr/src/gtkhtml-3.32.0/gtkhtml' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/gtkhtml-3.32.0' make: *** [all] Error 2
-rwxr-xr-xgnome2-libs/gtkhtml2/BUILD1
-rw-r--r--gnome2-libs/gtkhtml2/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/gnome2-libs/gtkhtml2/BUILD b/gnome2-libs/gtkhtml2/BUILD
index feceeab801..b0812eccd2 100755
--- a/gnome2-libs/gtkhtml2/BUILD
+++ b/gnome2-libs/gtkhtml2/BUILD
@@ -1,3 +1,4 @@
make_single &&
+OPTS="--disable-deprecated-warning-flags $OPTS" &&
default_build &&
make_normal
diff --git a/gnome2-libs/gtkhtml2/HISTORY b/gnome2-libs/gtkhtml2/HISTORY
index 94fac29002..5f19d196b5 100644
--- a/gnome2-libs/gtkhtml2/HISTORY
+++ b/gnome2-libs/gtkhtml2/HISTORY
@@ -1,3 +1,6 @@
+2010-10-24 Ladislav Hagara <hgr@vabo.cz>
+ * BUILD: added --disable-deprecated-warning-flags
+
2010-09-30 Vasil Yonkov <spirtbrat@sourcemage.org>
* DETAILS: updated spell to 3.32.0