diff options
author | 2006-02-10 15:37:02 +0000 | |
---|---|---|
committer | 2006-02-10 15:37:02 +0000 | |
commit | 4fc7cafbe7f4bf5ebdbb176f474ea112f19d9002 (patch) | |
tree | ede869f1b3e74b7757cfe81a18e72c3638d2beac /app-i18n/scim/files | |
parent | Added sed to fix bug #122367. (diff) | |
download | gentoo-2-4fc7cafbe7f4bf5ebdbb176f474ea112f19d9002.tar.gz gentoo-2-4fc7cafbe7f4bf5ebdbb176f474ea112f19d9002.tar.bz2 gentoo-2-4fc7cafbe7f4bf5ebdbb176f474ea112f19d9002.zip |
version bump. added doxygen patch by flameeyes (#121295)
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-i18n/scim/files')
-rw-r--r-- | app-i18n/scim/files/1.4.4-nodoxygen.patch | 18 | ||||
-rw-r--r-- | app-i18n/scim/files/digest-scim-1.4.4 | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-i18n/scim/files/1.4.4-nodoxygen.patch b/app-i18n/scim/files/1.4.4-nodoxygen.patch new file mode 100644 index 000000000000..89f97064b9df --- /dev/null +++ b/app-i18n/scim/files/1.4.4-nodoxygen.patch @@ -0,0 +1,18 @@ +Index: scim-1.4.4/configure.ac +=================================================================== +--- scim-1.4.4.orig/configure.ac ++++ scim-1.4.4/configure.ac +@@ -80,8 +80,12 @@ AC_PROG_CC + AC_LANG(C++) + + # Checks if doxygen is avaiable ++AC_ARG_WITH([doxygen], ++ AS_HELP_STRING([--without-doxygen], [Don't build API documentation]) ) + +-AC_PATH_PROG(DOXYGEN, doxygen, no) ++if test "x$with_doxygen" != "xno"; then ++ AC_PATH_PROG(DOXYGEN, doxygen, no) ++fi + AM_CONDITIONAL(HAVE_DOXYGEN, test x$DOXYGEN != xno) + AC_SUBST(DOXYGEN) + diff --git a/app-i18n/scim/files/digest-scim-1.4.4 b/app-i18n/scim/files/digest-scim-1.4.4 new file mode 100644 index 000000000000..cd85efd8573c --- /dev/null +++ b/app-i18n/scim/files/digest-scim-1.4.4 @@ -0,0 +1 @@ +MD5 6805403b2151e89f17f5686e7ebcd515 scim-1.4.4.tar.gz 2610165 |