summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-01-20 14:19:49 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-01-20 14:19:49 +0000
commitea4044eb7745ffc75c3f7430e1584564f03cfd92 (patch)
tree61b6eb3e4fb8766e7b49654ee067f681b860ad16 /gnome-extra/evolution-data-server/files
parentMarking ttf-sil-abyssinica-1.0 ppc64 for bug 206706 (diff)
downloadgentoo-2-ea4044eb7745ffc75c3f7430e1584564f03cfd92.tar.gz
gentoo-2-ea4044eb7745ffc75c3f7430e1584564f03cfd92.tar.bz2
gentoo-2-ea4044eb7745ffc75c3f7430e1584564f03cfd92.zip
fix gtk-doc mess (bug #206771)
(Portage version: 2.1.4)
Diffstat (limited to 'gnome-extra/evolution-data-server/files')
-rw-r--r--gnome-extra/evolution-data-server/files/evolution-data-server-1.12.3-gtk-doc.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.3-gtk-doc.patch b/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.3-gtk-doc.patch
new file mode 100644
index 000000000000..62577ea90621
--- /dev/null
+++ b/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.3-gtk-doc.patch
@@ -0,0 +1,30 @@
+--- gtk-doc.make 2008-01-20 13:50:03.000000000 +0100
++++ gtk-doc.make 2007-10-14 19:45:39.000000000 +0200
+@@ -5,11 +5,11 @@
+ ####################################
+
+ if GTK_DOC_USE_LIBTOOL
+-GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
++GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
++GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
+ else
+-GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
++GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
++GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
+ endif
+
+ # We set GPATH here; this gives us semantics for GNU make
+@@ -139,8 +139,9 @@
+ done; \
+ echo '-- Installing $(srcdir)/html/index.sgml' ; \
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
+- which gtkdoc-rebase >/dev/null && \
+- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
++ if test `which gtkdoc-rebase` != ""; then \
++ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
++ fi \
+ fi
+
+