summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/libdbi/libdbi-0.8.1.ebuild')
-rw-r--r--dev-db/libdbi/libdbi-0.8.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/libdbi/libdbi-0.8.1.ebuild b/dev-db/libdbi/libdbi-0.8.1.ebuild
index 2d8805cef1ed..91f09eec3c1e 100644
--- a/dev-db/libdbi/libdbi-0.8.1.ebuild
+++ b/dev-db/libdbi/libdbi-0.8.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.1.ebuild,v 1.8 2009/09/23 16:33:36 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.1.ebuild,v 1.9 2012/04/25 16:21:15 jlec Exp $
DESCRIPTION="libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -22,7 +22,7 @@ src_unpack() {
src_compile() {
# should append CFLAGS, not replace them
sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' src/Makefile.in
- econf || die "econf failed"
+ econf
emake || die "emake failed"
}