diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-02-04 17:37:44 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-02-04 17:37:44 +0000 |
commit | 27818349b019b7dc978d501d979ae1803daa115c (patch) | |
tree | d65e8f66ee5fe79eac09b18f561e23dd772a3536 /sci-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-27818349b019b7dc978d501d979ae1803daa115c.tar.gz gentoo-2-27818349b019b7dc978d501d979ae1803daa115c.tar.bz2 gentoo-2-27818349b019b7dc978d501d979ae1803daa115c.zip |
minor patch update and confirming filter-ldflags works as expected
(Portage version: 2.1.4.1)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libgeotiff/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/libgeotiff/ChangeLog b/sci-libs/libgeotiff/ChangeLog index 3065afe66165..0faea3403291 100644 --- a/sci-libs/libgeotiff/ChangeLog +++ b/sci-libs/libgeotiff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/libgeotiff # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.19 2008/02/04 17:11:56 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.20 2008/02/04 17:37:44 nerdboy Exp $ + + 04 Feb 2008; Steve Arnold <nerdboy@gentoo.org> + files/libgeotiff-1.2.4-soname.patch: + Minor patch update and confirming filter-ldflags works as expected. It + didn't, but now it does... Go figure... 04 Feb 2008; Samuli Suominen <drac@gentoo.org> libgeotiff-1.2.4.ebuild: amd64 stable diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch b/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch index fc1ec7cd481d..b2efd3805aef 100644 --- a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch +++ b/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch @@ -5,7 +5,7 @@ GEOTIFF_IMP=libgeotiff.dll.a LD_SHARED="gcc -shared -Wl,--export-all -Wl,--out-implib=\$(GEOTIFF_IMP)" ;; - *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT ;; -+ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT ++ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR + LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SO" ;; esac fi |