diff options
Diffstat (limited to 'dev-db/firebird/firebird-1.0.3.ebuild')
-rw-r--r-- | dev-db/firebird/firebird-1.0.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-db/firebird/firebird-1.0.3.ebuild b/dev-db/firebird/firebird-1.0.3.ebuild index 422c26c0a6d3..be318049ff7d 100644 --- a/dev-db/firebird/firebird-1.0.3.ebuild +++ b/dev-db/firebird/firebird-1.0.3.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/dev-db/firebird/firebird-1.0.3.ebuild,v 1.5 2003/09/06 22:25:50 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.0.3.ebuild,v 1.6 2003/12/09 10:08:11 mksoft Exp $ S=${WORKDIR}/interbase DESCRIPTION="A relational database offering many ANSI SQL-92 features" @@ -15,6 +15,11 @@ DEPEND="app-shells/bash >=sys-devel/gcc-2.95.3-r5" RESTRICT="nouserpriv" +inherit flag-o-matic + +# fix bug #33584 +strip-flags "-funroll-loops" + src_unpack() { unpack FirebirdCS-1.0.3.972-0.tar.gz cd ${WORKDIR} |