Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff/files: libgeotiff-1.2.4-soname.patch
Date: Sun, 02 Mar 2008 00:13:10
Message-Id: E1JVbpD-0006Pk-Ow@stork.gentoo.org
1 nerdboy 08/03/02 00:13:07
2
3 Modified: libgeotiff-1.2.4-soname.patch
4 Log:
5 fixed soname patch to address missing lib file (see bug #211443)
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.3 sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch?r1=1.2&r2=1.3
14
15 Index: libgeotiff-1.2.4-soname.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libgeotiff-1.2.4-soname.patch 4 Feb 2008 17:37:44 -0000 1.2
22 +++ libgeotiff-1.2.4-soname.patch 2 Mar 2008 00:13:07 -0000 1.3
23 @@ -1,12 +1,13 @@
24 ---- configure.in.orig 2007-07-20 11:31:45.000000000 -0700
25 -+++ configure.in 2007-09-01 11:00:12.000000000 -0700
26 -@@ -36,7 +36,8 @@
27 +--- configure.in.orig 2008-03-01 14:32:39.000000000 -0800
28 ++++ configure.in 2008-03-01 14:37:27.000000000 -0800
29 +@@ -36,7 +36,9 @@
30 GEOTIFF_DLL=cyggeotiff-1.dll
31 GEOTIFF_IMP=libgeotiff.dll.a
32 LD_SHARED="gcc -shared -Wl,--export-all -Wl,--out-implib=\$(GEOTIFF_IMP)" ;;
33 - *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT ;;
34 -+ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR
35 -+ LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SO" ;;
36 ++ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT
37 ++ GEOTIFF_SONAME=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR
38 ++ LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SONAME" ;;
39 esac
40 fi
41 AC_SUBST(GEOTIFF_SO,$GEOTIFF_SO)
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list