git: 7156950f14da - main - graphics/libgeotiff: Adjust CONFIGURE_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:24:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7156950f14dae21a13fcd8fff5faf6ff9949e1df commit 7156950f14dae21a13fcd8fff5faf6ff9949e1df Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:39:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:20:06 +0000 graphics/libgeotiff: Adjust CONFIGURE_ARGS from configure --help: --with-zip=ARG zlib library to use (yes or path) --with-zlib=ARG alias for --with-zip --with-libz=ARG alias for --with-zip --- graphics/libgeotiff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index cce09794354e..6dd2c199de40 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-jpeg=${LOCALBASE} \ --with-libtiff=${LOCALBASE} \ --with-proj=${LOCALBASE} \ - --with-zlib=/usr + --with-zip=/usr CPPFLAGS+= -fPIC GNU_CONFIGURE= yes INSTALL_TARGET= install-strip