summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/qhacc/qhacc-3.2.1.ebuild')
-rw-r--r--app-office/qhacc/qhacc-3.2.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-office/qhacc/qhacc-3.2.1.ebuild b/app-office/qhacc/qhacc-3.2.1.ebuild
index 45d30be02ace..b1cd4f52d24b 100644
--- a/app-office/qhacc/qhacc-3.2.1.ebuild
+++ b/app-office/qhacc/qhacc-3.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-3.2.1.ebuild,v 1.8 2004/10/21 20:24:18 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-3.2.1.ebuild,v 1.9 2004/10/29 19:00:00 carlo Exp $
inherit libtool kde-functions eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/qhacc/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc ~alpha"
+KEYWORDS="x86 ppc sparc ~alpha ~hppa"
IUSE="doc mysql postgres sqlite"
DEPEND="mysql? ( dev-db/mysql++ )
@@ -32,9 +32,7 @@ src_compile() {
local myconf="--libdir=/usr/lib/qhacc --bindir=/usr/bin --includedir=/usr/include --datadir=/usr/share/qhacc
$(use_enable mysql)
$(use_enable postgres psql)
- $(use_enable mysql)"
- # libofx would need to be patched
- # $(use_enable ofx) $(use_enable ofx ofx-includes /usr/include/libofx)
+ $(use_enable sqlite)"
econf ${myconf} || die "./configure failed"
emake -j 1 || die "make failed"