summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libgeotiff/files/libgeotiff-1.2.5-make.patch')
-rw-r--r--sci-libs/libgeotiff/files/libgeotiff-1.2.5-make.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.2.5-make.patch b/sci-libs/libgeotiff/files/libgeotiff-1.2.5-make.patch
deleted file mode 100644
index 719a3e0b5384..000000000000
--- a/sci-libs/libgeotiff/files/libgeotiff-1.2.5-make.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig 2009-10-10 10:32:26.665288828 -0700
-+++ Makefile.in 2009-10-10 10:35:36.098484182 -0700
-@@ -104,6 +104,7 @@
- ${LD_SHARED} ${OBJS} ${LIBS} -o $(GEOTIFF_SO)
- rm -f libgeotiff.$(SO_EXT)
- ${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT)
-+ ${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT).$(VERSION_MAJOR).$(VERSION_MINOR)
-
- Progs: $(GEOTIFF_SO)
- ${CD} ${BIN};\