diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-02-22 06:31:55 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-02-22 06:31:55 +0000 |
commit | 48139b9147e765beaf8c0ac169a8b2f64381738e (patch) | |
tree | 9b9921d40ca145ca3a36006a516d6b8db29d2bd5 /sci-libs | |
parent | Version bump (diff) | |
download | gentoo-2-48139b9147e765beaf8c0ac169a8b2f64381738e.tar.gz gentoo-2-48139b9147e765beaf8c0ac169a8b2f64381738e.tar.bz2 gentoo-2-48139b9147e765beaf8c0ac169a8b2f64381738e.zip |
added debug flag at user request
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.2.5.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index a32615d58d96..00ee9fa45de7 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.1 2005/02/21 00:09:45 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.2 2005/02/22 06:31:55 nerdboy Exp $ + + 21 Feb 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.5.ebuild: + added debug flag at user request *gdal-1.2.5 (20 Feb 2005) diff --git a/sci-libs/gdal/gdal-1.2.5.ebuild b/sci-libs/gdal/gdal-1.2.5.ebuild index 8199cd88b6a6..27662dd8b119 100644 --- a/sci-libs/gdal/gdal-1.2.5.ebuild +++ b/sci-libs/gdal/gdal-1.2.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.5.ebuild,v 1.1 2005/02/21 00:09:45 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.5.ebuild,v 1.2 2005/02/22 06:31:55 nerdboy Exp $ inherit eutils libtool gnuconfig distutils # libgrass support is coming soon... # grass? ( >=sci-geosciences/grass-5.0 ) -IUSE="jpeg png gif python postgres mysql ogdi fits" +IUSE="jpeg png gif python postgres mysql ogdi fits debug" DESCRIPTION="GDAL is a translator library for raster geospatial data formats" HOMEPAGE="http://www.remotesensing.org/gdal/index.html" @@ -60,6 +60,9 @@ src_compile() { myconf="--with-gif=no ${myconf}" fi + if useq debug ; then + export CFG=debug + fi # if useq grass ; then # no libgrass in 5.0.3 !!! # myconf="--with-libgrass=/usr/grass5/lib ${myconf}" # else |