diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2008-04-02 15:02:26 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2008-04-02 15:02:26 +0000 |
commit | d20ec0b5e221ae541c3a993ed33b226a5e56cf35 (patch) | |
tree | a8751252b5efef56f56b03a79c74fad1354080d6 /app-text/evince/files | |
parent | Version bump wrt bug #215761, fixed paths and honour CFLAGS, LDFLAGS and CC. ... (diff) | |
download | gentoo-2-d20ec0b5e221ae541c3a993ed33b226a5e56cf35.tar.gz gentoo-2-d20ec0b5e221ae541c3a993ed33b226a5e56cf35.tar.bz2 gentoo-2-d20ec0b5e221ae541c3a993ed33b226a5e56cf35.zip |
Remove gtk-doc hack in favor of gtk-doc-am dep
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/evince/files')
-rw-r--r-- | app-text/evince/files/evince-2.22.0-gtk-doc-die-die-die.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-text/evince/files/evince-2.22.0-gtk-doc-die-die-die.patch b/app-text/evince/files/evince-2.22.0-gtk-doc-die-die-die.patch deleted file mode 100644 index 6103c4c34ee1..000000000000 --- a/app-text/evince/files/evince-2.22.0-gtk-doc-die-die-die.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.ac.orig 2008-03-11 19:09:44.000000000 -0700 -+++ configure.ac 2008-03-11 19:10:37.000000000 -0700 -@@ -29,7 +29,11 @@ - GNOME_CXX_WARNINGS - GNOME_DEBUG_CHECK - -+dnl Crazy hack for dropping dep on gtk-doc -+AC_DEFUN(GTK_DOC_CHECK, []) - GTK_DOC_CHECK(1.0) -+AM_CONDITIONAL(ENABLE_GTK_DOC, 0, []) -+AM_CONDITIONAL(GTK_DOC_USE_LIBTOOL, 0, []) - - GETTEXT_PACKAGE=evince - AC_SUBST(GETTEXT_PACKAGE) ---- help/Makefile.old.am 2008-03-15 12:54:08.000000000 +0100 -+++ help/Makefile.am 2008-03-15 12:54:40.000000000 +0100 -@@ -1,4 +1,9 @@ --SUBDIRS = reference -+ -+SUBDIRS = -+ -+if ENABLE_GTK_DOC -+SUBDIRS += reference -+endif - - include $(top_srcdir)/gnome-doc-utils.make - dist-hook: doc-dist-hook |