diff options
author | 2005-11-01 07:41:27 +0000 | |
---|---|---|
committer | 2005-11-01 07:41:27 +0000 | |
commit | 5c25686c10bde1e9beda78f55e1a8eec40a575ac (patch) | |
tree | 997570e65e4fd30ffec27971f2802d94e730aca5 /sci-libs/ogdi/ogdi-3.1.4-r1.ebuild | |
parent | Should call gnome2_omf_fix() _after_ automake. Use eautoreconf() from autoto... (diff) | |
download | gentoo-2-5c25686c10bde1e9beda78f55e1a8eec40a575ac.tar.gz gentoo-2-5c25686c10bde1e9beda78f55e1a8eec40a575ac.tar.bz2 gentoo-2-5c25686c10bde1e9beda78f55e1a8eec40a575ac.zip |
added fPIC patch and cleaned up ebuilds; stable bump for sparc and x86
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'sci-libs/ogdi/ogdi-3.1.4-r1.ebuild')
-rw-r--r-- | sci-libs/ogdi/ogdi-3.1.4-r1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sci-libs/ogdi/ogdi-3.1.4-r1.ebuild b/sci-libs/ogdi/ogdi-3.1.4-r1.ebuild index 7f462db20cf0..6fd97ca32a35 100644 --- a/sci-libs/ogdi/ogdi-3.1.4-r1.ebuild +++ b/sci-libs/ogdi/ogdi-3.1.4-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ogdi-3.1.4-r1.ebuild,v 1.5 2005/08/03 22:16:13 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ogdi-3.1.4-r1.ebuild,v 1.6 2005/11/01 07:41:27 nerdboy Exp $ -inherit toolchain-funcs +inherit toolchain-funcs eutils DESCRIPTION="OGDI - Open Geographical Datastore Interface, a GIS support library" HOMEPAGE="http://ogdi.sourceforge.net" @@ -17,6 +17,12 @@ DEPEND="sci-libs/proj sys-libs/zlib dev-libs/expat" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-fpic.patch +} + src_compile() { export TOPDIR="${S}" export TARGET=`uname` |