summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-07 04:02:37 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-07 04:02:37 +0000
commit53afc5adda5a27b2cc540c71a27d4c4002af39ca (patch)
treed1e29cd72d1ce172051bb53a01ceec4eea75356b /dev-db
parentdepend on virtual/x11 instead of xfree (Manifest recommit) (diff)
downloadgentoo-2-53afc5adda5a27b2cc540c71a27d4c4002af39ca.tar.gz
gentoo-2-53afc5adda5a27b2cc540c71a27d4c4002af39ca.tar.bz2
gentoo-2-53afc5adda5a27b2cc540c71a27d4c4002af39ca.zip
LFS fix for ppc
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/edb/edb-1.0.4.20040117.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/edb/edb-1.0.4.20040117.ebuild b/dev-db/edb/edb-1.0.4.20040117.ebuild
index 48676e4febd2..f25eeff1058a 100644
--- a/dev-db/edb/edb-1.0.4.20040117.ebuild
+++ b/dev-db/edb/edb-1.0.4.20040117.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.4.20040117.ebuild,v 1.1 2004/01/20 02:07:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.4.20040117.ebuild,v 1.2 2004/02/07 04:02:37 vapier Exp $
EHACKAUTOGEN=yes
inherit enlightenment flag-o-matic
@@ -10,8 +10,7 @@ HOMEPAGE="http://www.enlightenment.org/pages/edb.html"
IUSE="${IUSE} ncurses gtk"
-DEPEND="${DEPEND}
- gtk? ( =x11-libs/gtk+-1* )
+DEPEND="gtk? ( =x11-libs/gtk+-1* )
ncurses? ( sys-libs/ncurses )"
RDEPEND="virtual/glibc"
@@ -20,5 +19,6 @@ src_compile() {
--enable-compat185
--enable-dump185
"
+ use ppc && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
enlightenment_src_compile
}