summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-31 19:14:55 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-01 23:40:12 +0100
commit44a08dbcb8b70a2d16271d772e3622637e9d0730 (patch)
tree664247d2ab34e13f19c1520e50059e8e07465e2c /sci-libs
parentsci-libs/libcore: remove unused patches (diff)
downloadgentoo-44a08dbcb8b70a2d16271d772e3622637e9d0730.tar.gz
gentoo-44a08dbcb8b70a2d16271d772e3622637e9d0730.tar.bz2
gentoo-44a08dbcb8b70a2d16271d772e3622637e9d0730.zip
sci-libs/libgeotiff: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3742
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index e23ef6f3bc78..000000000000
--- a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch
+++ /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)