From: "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/libdbi/files: libdbi-0.8.3-doc-build-fix.patch
Date: Fri, 10 Oct 2008 00:24:47 +0000 [thread overview]
Message-ID: <E1Ko5oF-0000wV-3T@stork.gentoo.org> (raw)
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)
reply other threads:[~2008-10-10 0:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Ko5oF-0000wV-3T@stork.gentoo.org \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox