diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-11 17:01:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-11 17:01:28 +0000 |
commit | 9c4fb784f2358c69847b7bf2ca0d82e8961d7aa3 (patch) | |
tree | 4785c2eb8e2c30c35e5e2a84640762e831e914b8 /dev-db/edb | |
parent | add ~alpha (diff) | |
download | gentoo-2-9c4fb784f2358c69847b7bf2ca0d82e8961d7aa3.tar.gz gentoo-2-9c4fb784f2358c69847b7bf2ca0d82e8961d7aa3.tar.bz2 gentoo-2-9c4fb784f2358c69847b7bf2ca0d82e8961d7aa3.zip |
add ~apha
Diffstat (limited to 'dev-db/edb')
-rw-r--r-- | dev-db/edb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/edb/edb-1.0.3.20030220.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-db/edb/ChangeLog b/dev-db/edb/ChangeLog index 284a5aa006c0..b6987d1bc0fe 100644 --- a/dev-db/edb/ChangeLog +++ b/dev-db/edb/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-db/edb # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/ChangeLog,v 1.7 2003/02/20 11:41:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/ChangeLog,v 1.8 2003/03/11 17:01:28 agriffis Exp $ *edb-1.0.3.20030220 (20 Feb 2003) + 11 Mar 2003; Aron Griffis <agriffis@gentoo.org> edb-1.0.3.20030220.ebuild: + Add ~alpha to KEYWORDS and use -fPIC on alpha + 20 Feb 2003; Mike Frysinger <vapier@gentoo.org> : Version bumpage (bug fixes from CVS). diff --git a/dev-db/edb/edb-1.0.3.20030220.ebuild b/dev-db/edb/edb-1.0.3.20030220.ebuild index c699ba5cc1ee..f236470895c0 100644 --- a/dev-db/edb/edb-1.0.3.20030220.ebuild +++ b/dev-db/edb/edb-1.0.3.20030220.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.3.20030220.ebuild,v 1.2 2003/02/22 07:45:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.3.20030220.ebuild,v 1.3 2003/03/11 17:01:28 agriffis Exp $ + +inherit flag-o-matic DESCRIPTION="Enlightment Data Base" HOMEPAGE="http://www.enlightenment.org/pages/edb.html" @@ -9,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~alpha" IUSE="pic ncurses gtk" DEPEND="gtk? ( =x11-libs/gtk+-1* ) @@ -23,6 +25,8 @@ src_compile() { sed -e 's:.*configure.*::' autogen.sh.old > autogen.sh env WANT_AUTOCONF_2_5=1 ./autogen.sh || die "could not autogen" + use alpha && append-flags -fPIC + econf \ `use_with pic` \ --enable-compat185 \ |