[Xfce4-commits] <exo:master> Use same trick as in Thunar to make the Debian buildbot work.

Nick Schermer noreply at xfce.org
Fri Oct 9 14:02:01 CEST 2009


Updating branch refs/heads/master
         to 886816e1de4bb1dd9bc58858aa75a285b8353914 (commit)
       from a3544823b2f88ee1af86d673da4f3d0c3ce91c11 (commit)

commit 886816e1de4bb1dd9bc58858aa75a285b8353914
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Oct 9 13:59:58 2009 +0200

    Use same trick as in Thunar to make the Debian buildbot work.

 configure.in.in            |    6 ++++++
 docs/reference/Makefile.am |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 498355f..75d50f2 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -335,6 +335,12 @@ if test x"$have_gnuc_visibility" = x"yes"; then
 fi
 AM_CONDITIONAL([HAVE_GNUC_VISIBILITY], [test x"$have_gnuc_visibility" = x"yes"])
 
+dnl *************************************
+dnl *** Compensate for broken gtk-doc ***
+dnl *************************************
+XDT_SUPPORTED_FLAGS([GTK_DOC_EXTRA_CFLAGS], [-Wno-sign-compare])
+AC_SUBST([GTK_DOC_EXTRA_CFLAGS])
+
 AC_OUTPUT([
 Makefile
 docs/Makefile
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 02d4400..540027b 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -49,7 +49,8 @@ INCLUDES =	 							\
 	-I$(top_srcdir) 						\
 	-I$(top_builddir) 						\
 	$(GTK_CFLAGS)							\
-	$(LIBXFCE4UTIL_CFLAGS)
+	$(LIBXFCE4UTIL_CFLAGS)						\
+	$(GTK_DOC_EXTRA_CFLAGS)
 
 GTKDOC_LIBS =  								\
 	$(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la



More information about the Xfce4-commits mailing list