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: Mon, 04 Feb 2008 17:37:50
Message-Id: E1JM5GL-0003sI-7S@stork.gentoo.org
1 nerdboy 08/02/04 17:37:45
2
3 Modified: libgeotiff-1.2.4-soname.patch
4 Log:
5 minor patch update and confirming filter-ldflags works as expected
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.2 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.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch?rev=1.2&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.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libgeotiff-1.2.4-soname.patch 1 Sep 2007 19:59:10 -0000 1.1
22 +++ libgeotiff-1.2.4-soname.patch 4 Feb 2008 17:37:44 -0000 1.2
23 @@ -5,7 +5,7 @@
24 GEOTIFF_IMP=libgeotiff.dll.a
25 LD_SHARED="gcc -shared -Wl,--export-all -Wl,--out-implib=\$(GEOTIFF_IMP)" ;;
26 - *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT ;;
27 -+ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT
28 ++ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR
29 + LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SO" ;;
30 esac
31 fi
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list