mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- make portlint happier
This commit is contained in:
parent
8f44911ca6
commit
5cc3049113
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161734
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ OPTIONS= RC_NG "install RC_NG script" off \
|
|||
USE_RC_SUBR= vsftpd.sh
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SSL) && defined(WITH_VSFTPD_SSL)
|
||||
.if defined(WITH_VSFTPD_SSL) && !defined(WITHOUT_SSL)
|
||||
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
|
||||
SSL_SUFFIX= -ssl
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
|
|
|
@ -33,7 +33,7 @@ post-patch:
|
|||
# Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1'
|
||||
# at line ? in file src/lib/libc_r/uthread/uthread_jmp.c (errno = ?)
|
||||
# Abort trap (core dumped)
|
||||
BROKEN= "longjmp()ing between thread contexts in src/lib/libc_r/uthread/uthread_jmp.c"
|
||||
BROKEN= longjmp()ing between thread contexts in src/lib/libc_r/uthread/uthread_jmp.c
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue