From b18a074589b1780e9756067a16676aee472a23ef Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 17 Nov 2008 22:47:26 +0000 Subject: Fix patch with absolute paths. (Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64) --- sci-libs/gdal/ChangeLog | 6 +++++- sci-libs/gdal/files/gdal-1.3.2-gcc4-stl.patch | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'sci-libs/gdal') diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 7d6e8d070d3f..d79bc745dce8 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.50 2008/11/10 23:30:30 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.51 2008/11/17 22:47:23 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò + files/gdal-1.3.2-gcc4-stl.patch: + Fix patch with absolute paths. 10 Nov 2008; Steve Arnold metadata.xml, gdal-1.5.3.ebuild: diff --git a/sci-libs/gdal/files/gdal-1.3.2-gcc4-stl.patch b/sci-libs/gdal/files/gdal-1.3.2-gcc4-stl.patch index b86d902e97ec..5218430b9d2e 100644 --- a/sci-libs/gdal/files/gdal-1.3.2-gcc4-stl.patch +++ b/sci-libs/gdal/files/gdal-1.3.2-gcc4-stl.patch @@ -1,5 +1,5 @@ --- ogr/ogrsf_frmts/ili/ogrili2layer.cpp 2006-06-08 10:40:06.804746888 +0200 -+++ /home/furai/extProjects/Gdal/gdal_unstable/ogr/ogrsf_frmts/ili/ogrili2layer.cpp 2006-06-08 10:35:53.648232528 +0200 ++++ ogr/ogrsf_frmts/ili/ogrili2layer.cpp 2006-06-08 10:35:53.648232528 +0200 @@ -73,7 +76,6 @@ poFeatureDefn->SetGeomType( eReqType ); -- cgit v1.2.3-65-gdbad