diff options
author | Steve Wills <swills@FreeBSD.org> | 2020-12-06 02:27:28 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2020-12-06 02:27:28 +0000 |
commit | dc2a1a0a4dd6cb89382f6975a5a5a2dbe512b278 (patch) | |
tree | cc32f09ab36d57ffa5934f6c90c0ce90f60f651a /devel/kiwix-lib | |
parent | 6ec911eaa0ea708e1b5c17cc101db2f741a669b2 (diff) | |
download | ports-dc2a1a0a4dd6cb89382f6975a5a5a2dbe512b278.tar.gz ports-dc2a1a0a4dd6cb89382f6975a5a5a2dbe512b278.zip |
devel/libzim: update to 6.3.0
While here, fix build of devel/kiwix-lib with new libzim
Notes
Notes:
svn path=/head/; revision=557104
Diffstat (limited to 'devel/kiwix-lib')
-rw-r--r-- | devel/kiwix-lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/kiwix-lib/Makefile b/devel/kiwix-lib/Makefile index 30f3346aef0f..1eff805688d2 100644 --- a/devel/kiwix-lib/Makefile +++ b/devel/kiwix-lib/Makefile @@ -33,6 +33,7 @@ GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \ MESON_ARGS= -Dctpp2-install-prefix=${LOCALBASE} CPPFLAGS+= -I${WRKSRC_mustache} CXXFLAGS+= -I${WRKSRC_mustache} +LDFLAGS+= -lz SHEBANG_FILES= scripts/kiwix-compile-resources PLIST_SUB= PORTVERSION=${PORTVERSION} PORTMAJ=${PORTVERSION:C/\..*//} |