summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-02-09 01:40:36 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-02-09 01:40:36 +0000
commit97eb1a605ff8383356d725238ec3bd4bdc5548da (patch)
tree0fcbd3aa539b7d9925499a2549ea8aab8779f000 /dev-libs/apr-util/apr-util-0.9.5.ebuild
parentRevision bump to disable AOT compilation. AOT only works on x86, and is still... (diff)
downloadhistorical-97eb1a605ff8383356d725238ec3bd4bdc5548da.tar.gz
historical-97eb1a605ff8383356d725238ec3bd4bdc5548da.tar.bz2
historical-97eb1a605ff8383356d725238ec3bd4bdc5548da.zip
fixed expat. closes #81260
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-libs/apr-util/apr-util-0.9.5.ebuild')
-rw-r--r--dev-libs/apr-util/apr-util-0.9.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/apr-util/apr-util-0.9.5.ebuild b/dev-libs/apr-util/apr-util-0.9.5.ebuild
index 29249c97ed20..9e7272279d28 100644
--- a/dev-libs/apr-util/apr-util-0.9.5.ebuild
+++ b/dev-libs/apr-util/apr-util-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-0.9.5.ebuild,v 1.8 2005/02/05 20:44:37 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-0.9.5.ebuild,v 1.9 2005/02/09 01:40:36 hollow Exp $
inherit gnuconfig
@@ -52,6 +52,7 @@ src_compile() {
--sysconfdir=/etc \
--localstatedir=/var/lib \
--with-apr=/usr \
+ --with-expat=/usr \
$myconf || die
emake || die