Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 154803 Details for
Bug 224205
sci-libs/gdal: patch for supporting oracle
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdal-1.5.1.patch
gdal-1.5.1.patch (text/plain), 1.46 KB, created by
kunitoki (Lucio Asnaghi)
on 2008-05-30 09:03:44 UTC
(
hide
)
Description:
gdal-1.5.1.patch
Filename:
MIME Type:
Creator:
kunitoki (Lucio Asnaghi)
Created:
2008-05-30 09:03:44 UTC
Size:
1.46 KB
patch
obsolete
>--- /usr/portage/sci-libs/gdal/gdal-1.5.1.ebuild 2008-05-21 21:06:52.000000000 +0200 >+++ gdal-1.5.1.ebuild 2008-05-29 15:27:48.000000000 +0200 >@@ -5,8 +5,8 @@ > WANT_AUTOCONF="2.5" > inherit autotools distutils eutils perl-module toolchain-funcs > >-IUSE="curl debug doc fits geos gif gml hdf hdf5 jpeg jpeg2k mysql netcdf \ >-odbc png ogdi perl postgres python ruby sqlite threads" >+IUSE="curl debug doc ecw fits geos gif gml hdf hdf5 jpeg jpeg2k mysql netcdf \ >+occi odbc png ogdi perl postgres python ruby sqlite threads" > > DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)" > HOMEPAGE="http://www.gdal.org/" >@@ -43,7 +43,8 @@ > mysql? ( virtual/mysql ) > odbc? ( dev-db/unixODBC ) > geos? ( >=sci-libs/geos-2.2.1 ) >- sqlite? ( >=dev-db/sqlite-3 )" >+ sqlite? ( >=dev-db/sqlite-3 ) >+ ecw? ( sci-libs/libecwj2 )" > > DEPEND="${RDEPEND} > ruby? ( >=dev-lang/swig-1.3.28 ) >@@ -101,9 +102,14 @@ > $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \ > $(use_with sqlite sqlite3) $(use_with jpeg2k jasper) $(use_with odbc) \ > $(use_with gml xerces) $(use_with hdf5) $(use_with curl) \ >- $(use_enable debug)" >+ $(use_with ecw) $(use_enable debug)" > > # It can't find this >+ if useq occi ; then >+ use_conf="--with-oci-include=${ORACLE_HOME}/include \ >+ --with-oci-lib=${ORACLE_HOME}/lib ${use_conf}" >+ fi >+ > if useq ogdi ; then > use_conf="--with-ogdi=/usr/$(get_libdir) ${use_conf}" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 224205
: 154803 |
318696