summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2008-03-02 00:13:07 +0000
committerSteve Arnold <nerdboy@gentoo.org>2008-03-02 00:13:07 +0000
commitb93805931e112d5417746837ad93945b31efbf0d (patch)
treef03300b1df43c76a0b06ae9055623dbf0a9297f4 /sci-libs/libgeotiff/files
parentdon't install useless file COPYING (diff)
downloadgentoo-2-b93805931e112d5417746837ad93945b31efbf0d.tar.gz
gentoo-2-b93805931e112d5417746837ad93945b31efbf0d.tar.bz2
gentoo-2-b93805931e112d5417746837ad93945b31efbf0d.zip
fixed soname patch to address missing lib file (see bug #211443)
(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.patch11
1 files changed, 6 insertions, 5 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 b2efd3805aef..e23ef6f3bc78 100644
--- a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch
+++ b/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch
@@ -1,12 +1,13 @@
---- 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 @@
+--- configure.in.orig 2008-03-01 14:32:39.000000000 -0800
++++ configure.in 2008-03-01 14:37:27.000000000 -0800
+@@ -36,7 +36,9 @@
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
-+ LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SO" ;;
++ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT
++ GEOTIFF_SONAME=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR
++ LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SONAME" ;;
esac
fi
AC_SUBST(GEOTIFF_SO,$GEOTIFF_SO)