sysutils/ua: Fix build with llvm16
- Pet portclippy Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9edb5a5cb5
commit
82ee657f84
1 changed files with 4 additions and 2 deletions
|
@ -8,14 +8,16 @@ WWW= https://github.com/euedge/ua/wiki
|
|||
|
||||
LICENSE= MPL11
|
||||
|
||||
USES= autoreconf ssl
|
||||
USE_CXXSTD= c++14
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= euedge
|
||||
GH_TAGNAME= 7a35148
|
||||
|
||||
USES= autoreconf ssl
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
PLIST_FILES= bin/kua bin/ua \
|
||||
man/man1/kua.1.gz man/man1/ua.1.gz
|
||||
|
|
Loading…
Reference in a new issue