diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2007-09-01 19:59:10 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2007-09-01 19:59:10 +0000 |
commit | 9cf35a35c74a8056f104592bbf276c1ba9d88fef (patch) | |
tree | b083f49ca3580a7082ff61b89e09d89d11cf806f /sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch | |
parent | vvesion bump plus fix for configure issue, see bug 157815, fix by Chi-Thanh C... (diff) | |
download | historical-9cf35a35c74a8056f104592bbf276c1ba9d88fef.tar.gz historical-9cf35a35c74a8056f104592bbf276c1ba9d88fef.tar.bz2 historical-9cf35a35c74a8056f104592bbf276c1ba9d88fef.zip |
added latest upstream version and removed oldest stale version (bug 182304)
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch')
-rw-r--r-- | sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000000..fc1ec7cd481d --- /dev/null +++ b/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch @@ -0,0 +1,12 @@ +--- configure.in.orig 2007-07-20 11:31:45.000000000 -0700 ++++ configure.in 2007-09-01 11:00:12.000000000 -0700 +@@ -36,7 +36,8 @@ + GEOTIFF_DLL=cyggeotiff-1.dll + 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 ++ LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SO" ;; + esac + fi + AC_SUBST(GEOTIFF_SO,$GEOTIFF_SO) |