Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/files/
Date: Wed, 01 Feb 2017 22:41:50
Message-Id: 1485988812.44a08dbcb8b70a2d16271d772e3622637e9d0730.soap@gentoo
1 commit: 44a08dbcb8b70a2d16271d772e3622637e9d0730
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 31 18:14:55 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 22:40:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a08dbc
7
8 sci-libs/libgeotiff: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3742
11
12 sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch | 13 -------------
13 1 file changed, 13 deletions(-)
14
15 diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch b/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch
16 deleted file mode 100644
17 index e23ef6f..00000000
18 --- a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch
19 +++ /dev/null
20 @@ -1,13 +0,0 @@
21 ---- configure.in.orig 2008-03-01 14:32:39.000000000 -0800
22 -+++ configure.in 2008-03-01 14:37:27.000000000 -0800
23 -@@ -36,7 +36,9 @@
24 - GEOTIFF_DLL=cyggeotiff-1.dll
25 - GEOTIFF_IMP=libgeotiff.dll.a
26 - LD_SHARED="gcc -shared -Wl,--export-all -Wl,--out-implib=\$(GEOTIFF_IMP)" ;;
27 -- *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT ;;
28 -+ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT
29 -+ GEOTIFF_SONAME=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR
30 -+ LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SONAME" ;;
31 - esac
32 - fi
33 - AC_SUBST(GEOTIFF_SO,$GEOTIFF_SO)