This port requires C++11-compatible compiler to build. Add
USES=compiler:c++11-lang to fix build on GCC-based architectures. PR: 235309 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
1512c9124e
commit
1fc0e3d65d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492113
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libzim.so:devel/libzim \
|
|||
libctpp2.so:textproc/ctpp2 \
|
||||
libcurl.so:ftp/curl
|
||||
|
||||
USES= meson pkgconfig python:3.6+ shebangfix
|
||||
USES= compiler:c++11-lang meson pkgconfig python:3.6+ shebangfix
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= kiwix
|
||||
|
|
Loading…
Reference in a new issue