diff options
author | 2009-08-01 16:56:11 +0000 | |
---|---|---|
committer | 2009-08-01 16:56:11 +0000 | |
commit | a63d74d9d1328bd878e5e0dd4d1f62794ef2f889 (patch) | |
tree | fede93e1f606eba9598b5a19180d05ddaa98a119 /sci-libs/gdal/gdal-1.6.0-r1.ebuild | |
parent | fglrx is masked in base (diff) | |
download | gentoo-2-a63d74d9d1328bd878e5e0dd4d1f62794ef2f889.tar.gz gentoo-2-a63d74d9d1328bd878e5e0dd4d1f62794ef2f889.tar.bz2 gentoo-2-a63d74d9d1328bd878e5e0dd4d1f62794ef2f889.zip |
Added patch for mysql header conflict (fixed in upstream trunk).
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/gdal/gdal-1.6.0-r1.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.6.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-1.6.0-r1.ebuild b/sci-libs/gdal/gdal-1.6.0-r1.ebuild index bc97bf9f1573..6eadd978e130 100644 --- a/sci-libs/gdal/gdal-1.6.0-r1.ebuild +++ b/sci-libs/gdal/gdal-1.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.0-r1.ebuild,v 1.1 2009/04/25 06:08:09 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.0-r1.ebuild,v 1.2 2009/08/01 16:56:11 nerdboy Exp $ WANT_AUTOCONF="2.5" inherit autotools distutils eutils perl-module toolchain-funcs @@ -76,6 +76,7 @@ src_unpack() { "${FILESDIR}"/${PN}-1.5.1-python-install.patch \ "${FILESDIR}"/${P}-ruby-make.patch \ "${FILESDIR}"/${P}-swig-fix.patch \ + "${FILESDIR}"/${P}-mysql_ogr_header.patch \ || die "sed failed" if useq hdf; then |