openbsd-ports/devel/geotiff/patches/patch-Makefile_in
landry 8124debc8d Update to geotiff 1.2.5, update master_sites & homepage.
Remove a merged patch, set NO_REGRESS and update patches while here.
looks fine to jasper@ and pval@, MAINTAINER timeout.
2009-03-07 10:55:15 +00:00

30 lines
1.0 KiB
Plaintext

$OpenBSD: patch-Makefile_in,v 1.2 2009/03/07 10:55:15 landry Exp $
--- Makefile.in.orig Fri May 9 20:37:46 2008
+++ Makefile.in Sat Mar 7 11:53:01 2009
@@ -102,8 +102,8 @@ libgeotiff.a: ${OBJS}
$(GEOTIFF_SO): ${OBJS}
${LD_SHARED} ${OBJS} ${LIBS} -o $(GEOTIFF_SO)
- rm -f libgeotiff.$(SO_EXT)
- ${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT)
+# rm -f libgeotiff.$(SO_EXT)
+# ${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT)
Progs: $(GEOTIFF_SO)
${CD} ${BIN};\
@@ -201,14 +201,6 @@ install:
$(INSTALL) $(GEOTIFF_SO) $(DESTDIR)${bindir}; \
else \
$(INSTALL) $(GEOTIFF_SO) $(DESTDIR)${libdir}; \
- (cd $(DESTDIR)${libdir} ; \
- rm -f libgeotiff.$(SO_EXT).$(VERSION_MAJOR).$(VERSION_MINOR); \
- ${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT).$(VERSION_MAJOR).$(VERSION_MINOR); \
- rm -f libgeotiff.$(SO_EXT).$(VERSION_MAJOR); \
- ${LN} libgeotiff.$(SO_EXT).$(VERSION_MAJOR).$(VERSION_MINOR) \
- libgeotiff.$(SO_EXT).$(VERSION_MAJOR); \
- rm -f libgeotiff.$(SO_EXT); \
- ${LN} libgeotiff.$(SO_EXT).$(VERSION_MAJOR) libgeotiff.$(SO_EXT); );\
fi;\
fi