* [gentoo-commits] gentoo-x86 commit in dev-db/libdbi/files: libdbi-0.8.3-doc-build-fix.patch
@ 2008-10-10 0:24 Robin H. Johnson (robbat2)
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2008-10-10 0:24 UTC (permalink / raw
To: gentoo-commits
robbat2 08/10/10 00:24:47
Added: libdbi-0.8.3-doc-build-fix.patch
Log:
Make documentation build properly optional instead of dependant on system contents.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Revision Changes Path
1.1 dev-db/libdbi/files/libdbi-0.8.3-doc-build-fix.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/files/libdbi-0.8.3-doc-build-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/libdbi/files/libdbi-0.8.3-doc-build-fix.patch?rev=1.1&content-type=text/plain
Index: libdbi-0.8.3-doc-build-fix.patch
===================================================================
diff -Nuar libdbi-0.8.3.orig/configure.in libdbi-0.8.3/configure.in
--- libdbi-0.8.3.orig/configure.in 2008-10-09 17:09:09.303141877 -0700
+++ libdbi-0.8.3/configure.in 2008-10-09 17:10:48.100635797 -0700
@@ -149,7 +149,8 @@
-ac_docs="YES"
+ac_docs="no"
AC_ARG_ENABLE(docs,
[ --disable-docs do not build and install the documentation.],
- [ ac_docs="NO" ])
+ [ ac_docs="$enableval" ],
+ [ ac_docs="no" ])
-if test "$ac_docs" = "YES"; then
+if test "$ac_docs" = "yes"; then
dnl AC_PATH_PROGS(myjade, openjade jade)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-10 0:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-10 0:24 [gentoo-commits] gentoo-x86 commit in dev-db/libdbi/files: libdbi-0.8.3-doc-build-fix.patch Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox