summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-07 17:01:26 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-07 17:01:26 +0000
commit65a18b114b8b29a7d067a82f53786c26ef381a17 (patch)
tree844c1a3392de23c4a4bff9c327c6b2148f8612cf /app-i18n
parentadded -r4 w/o dep for virtual/lpr bug #14523 (~x86) (diff)
downloadgentoo-2-65a18b114b8b29a7d067a82f53786c26ef381a17.tar.gz
gentoo-2-65a18b114b8b29a7d067a82f53786c26ef381a17.tar.bz2
gentoo-2-65a18b114b8b29a7d067a82f53786c26ef381a17.zip
slight robustness fix to ensure db3 is used
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/libtabe/ChangeLog5
-rw-r--r--app-i18n/libtabe/libtabe-0.2.5.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-i18n/libtabe/ChangeLog b/app-i18n/libtabe/ChangeLog
index 11b796179f24..dfb201424715 100644
--- a/app-i18n/libtabe/ChangeLog
+++ b/app-i18n/libtabe/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-i18n/libtabe
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.2 2003/02/12 04:55:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.3 2003/03/07 17:01:26 liquidx Exp $
*libtabe-0.2.5 (11 Oct 2002)
+ 07 Mar 2003; Alastair Tse <liquidx@gentoo.org> libtabe-0.2.5.ebuild:
+ Make it explicitly include db3 headers.
+
11 Oct 2002; Stuart Bouyer <stubear@gentoo.org> ChangeLog,
libtabe-0.2.5.ebuild :
diff --git a/app-i18n/libtabe/libtabe-0.2.5.ebuild b/app-i18n/libtabe/libtabe-0.2.5.ebuild
index f2c1d8cfe66a..83ee49b65319 100644
--- a/app-i18n/libtabe/libtabe-0.2.5.ebuild
+++ b/app-i18n/libtabe/libtabe-0.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.5.ebuild,v 1.3 2003/02/13 08:46:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.5.ebuild,v 1.4 2003/03/07 17:01:26 liquidx Exp $
DESCRIPTION="Libtabe provides bimsphone support for xcin-2.5+"
HOMEPAGE="http://libtabe.sourceforge.net/"
@@ -17,6 +17,7 @@ src_compile() {
./configure \
--host=${CHOST} \
--prefix=/usr \
+ --with-db-inc=/usr/include/db3 \
--with-db-lib=/usr/lib \
--with-db-bin=/usr/bin \
--enable-shared || die "./configure failed"