sci-libs/libgeotiff: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Tue, 31 Jan 2017 18:14:55 +0000 (19:14 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 1 Feb 2017 22:40:12 +0000 (23:40 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3742

sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch [deleted file]

diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch b/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch
deleted file mode 100644 (file)
index e23ef6f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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.$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)