openbsd-ports/devel/geotiff/patches/patch-configure
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

13 lines
580 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2009/03/07 10:55:15 landry Exp $
--- configure.orig Wed Jul 23 21:38:12 2008
+++ configure Sat Mar 7 11:53:01 2009
@@ -3197,7 +3197,7 @@ if test "$LD_SHARED" != "/bin/true" ; then
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}.${LIBgeotiff_VERSION} ;;
esac
fi
GEOTIFF_SO=$GEOTIFF_SO