summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2008-02-04 17:37:44 +0000
committerSteve Arnold <nerdboy@gentoo.org>2008-02-04 17:37:44 +0000
commit27818349b019b7dc978d501d979ae1803daa115c (patch)
treed65e8f66ee5fe79eac09b18f561e23dd772a3536 /sci-libs/libgeotiff/files
parentVersion bump. (diff)
downloadgentoo-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/libgeotiff/files')
-rw-r--r--sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch2
1 files changed, 1 insertions, 1 deletions
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