diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-02 09:23:48 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-02 09:23:48 +0000 |
commit | 945e2d83bfdf1eb5b198f276993bd2e51b6ceb34 (patch) | |
tree | f0f45a5d2c0ed9909b6571ec735c1db96948b04a /media-libs/libkate/files | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-945e2d83bfdf1eb5b198f276993bd2e51b6ceb34.tar.gz gentoo-2-945e2d83bfdf1eb5b198f276993bd2e51b6ceb34.tar.bz2 gentoo-2-945e2d83bfdf1eb5b198f276993bd2e51b6ceb34.zip |
version bump
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'media-libs/libkate/files')
-rw-r--r-- | media-libs/libkate/files/libkate-0.2.1-doc.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-libs/libkate/files/libkate-0.2.1-doc.patch b/media-libs/libkate/files/libkate-0.2.1-doc.patch deleted file mode 100644 index 3ba023ba933f..000000000000 --- a/media-libs/libkate/files/libkate-0.2.1-doc.patch +++ /dev/null @@ -1,34 +0,0 @@ -http://code.google.com/p/libkate/issues/detail?id=5 - -Index: libkate-0.2.0/Makefile.am -=================================================================== ---- libkate-0.2.0.orig/Makefile.am -+++ libkate-0.2.0/Makefile.am -@@ -1,4 +1,7 @@ --SUBDIRS=. tools doc -+SUBDIRS=. tools -+if HAVE_DOXYGEN -+SUBDIRS+=doc -+endif - - OGGDIR=built-streams - kateincdir=$(includedir)/kate -Index: libkate-0.2.0/configure.ac -=================================================================== ---- libkate-0.2.0.orig/configure.ac -+++ libkate-0.2.0/configure.ac -@@ -68,7 +68,13 @@ AC_CHECK_HEADERS( - AC_TYPE_SIZE_T - - AC_CHECK_PROG(HAVE_PKG_CONFIG,pkg-config,yes) --AC_CHECK_PROG(HAVE_DOXYGEN,doxygen,yes) -+AC_ARG_ENABLE(doc, [ --disable-doc Disable building documentation (default enabled)]) -+if test "x$enable_doc" != "xno" -+then -+ AC_CHECK_PROG(HAVE_DOXYGEN,doxygen,yes) -+else -+ HAVE_DOXYGEN="no" -+fi - AM_CONDITIONAL(HAVE_DOXYGEN,test "${HAVE_DOXYGEN}" = "yes") - - AC_ARG_ENABLE(valgrind, [ --enable-valgrind Run the tests with Valgrind (default disabled)]) |