summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-06-11 09:52:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-06-11 09:52:53 +0000
commitc7777e97578713cb16b965ad74cfbea4c37ccef2 (patch)
tree771c4f59fdafc155a74da01143a2e404397646ab /dev-db/libdbi-drivers/libdbi-drivers-0.8.1-r1.ebuild
parentnew version (#132495), the m4 issue is fixed, the --as-needed patch is still ... (diff)
downloadhistorical-c7777e97578713cb16b965ad74cfbea4c37ccef2.tar.gz
historical-c7777e97578713cb16b965ad74cfbea4c37ccef2.tar.bz2
historical-c7777e97578713cb16b965ad74cfbea4c37ccef2.zip
Bug #134918 - Compile fix for oci8 driver.
Package-Manager: portage-2.1
Diffstat (limited to 'dev-db/libdbi-drivers/libdbi-drivers-0.8.1-r1.ebuild')
-rw-r--r--dev-db/libdbi-drivers/libdbi-drivers-0.8.1-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-db/libdbi-drivers/libdbi-drivers-0.8.1-r1.ebuild b/dev-db/libdbi-drivers/libdbi-drivers-0.8.1-r1.ebuild
index fbe05d85c2d5..2afafa048022 100644
--- a/dev-db/libdbi-drivers/libdbi-drivers-0.8.1-r1.ebuild
+++ b/dev-db/libdbi-drivers/libdbi-drivers-0.8.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi-drivers/libdbi-drivers-0.8.1-r1.ebuild,v 1.2 2006/03/07 11:44:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi-drivers/libdbi-drivers-0.8.1-r1.ebuild,v 1.3 2006/06/11 09:52:53 robbat2 Exp $
DESCRIPTION="The libdbi-drivers project maintains drivers for libdbi."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -17,6 +17,11 @@ IUSE="mysql postgres sqlite oci8 firebird sqlite3"
KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
SLOT=0
+src_unpack() {
+ unpack ${A}
+ EPATCH_OPTS="-p1 -d${S}" epatch ${FILESDIR}/${P}-oci8.diff
+}
+
src_compile() {
local myconf=""
local drivers=""