diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2010-04-17 18:10:47 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2010-04-17 18:10:47 +0000 |
commit | b201b0879df0d7ba3fc814cb8ee281ce515827aa (patch) | |
tree | 3e24b3f8dad3c15865ae67c4e7e727694e0ee6c8 /sci-libs/gdal | |
parent | Fix test function. (diff) | |
download | gentoo-2-b201b0879df0d7ba3fc814cb8ee281ce515827aa.tar.gz gentoo-2-b201b0879df0d7ba3fc814cb8ee281ce515827aa.tar.bz2 gentoo-2-b201b0879df0d7ba3fc814cb8ee281ce515827aa.zip |
Corrected eprefix configure path for ogdi (must be /usr).
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.6.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 85bdf190a76a..69339256c2de 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.77 2010/04/12 07:11:44 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.78 2010/04/17 18:10:47 nerdboy Exp $ + + 17 Apr 2010; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.3-r1.ebuild: + Corrected eprefix configure path for ogdi (must be /usr). *gdal-1.7.1-r1 (12 Apr 2010) diff --git a/sci-libs/gdal/gdal-1.6.3-r1.ebuild b/sci-libs/gdal/gdal-1.6.3-r1.ebuild index b7a222f67897..def48ab72a3b 100644 --- a/sci-libs/gdal/gdal-1.6.3-r1.ebuild +++ b/sci-libs/gdal/gdal-1.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.3 2010/03/09 13:24:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.4 2010/04/17 18:10:47 nerdboy Exp $ EAPI="3" WANT_AUTOCONF="2.5" @@ -109,7 +109,7 @@ src_configure() { # It can't find this if useq ogdi ; then - use_conf="--with-ogdi=${EPREFIX}/usr/$(get_libdir) ${use_conf}" + use_conf="--with-ogdi=${EPREFIX}/usr ${use_conf}" fi if useq mysql ; then |