1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

security/libssh2: fix build on GCC architectures and check-plist

Add USES=compiler:c11 to fix build on GCC architectures.
While here, also add two missing manpages to fix make check-plist.
This commit is contained in:
Piotr Kubaj 2020-07-14 15:29:52 +00:00
parent 6217db8af3
commit 25156bfef5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542223
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix
USES= compiler:c11 libtool pathfix
USE_LDCONFIG= yes
OPTIONS_DEFINE= GCRYPT TRACE ZLIB

View File

@ -9,8 +9,10 @@ man/man3/libssh2_agent_connect.3.gz
man/man3/libssh2_agent_disconnect.3.gz
man/man3/libssh2_agent_free.3.gz
man/man3/libssh2_agent_get_identity.3.gz
man/man3/libssh2_agent_get_identity_path.3.gz
man/man3/libssh2_agent_init.3.gz
man/man3/libssh2_agent_list_identities.3.gz
man/man3/libssh2_agent_set_identity_path.3.gz
man/man3/libssh2_agent_userauth.3.gz
man/man3/libssh2_banner_set.3.gz
man/man3/libssh2_base64_decode.3.gz