security/farmhash: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
192e87fce8
commit
6d1d788c20
1 changed files with 4 additions and 3 deletions
|
@ -10,12 +10,14 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf compiler:c++11-lib gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_CXXSTD= c++14
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GH_TAGNAME= 0d859a8
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PLIST_FILES= include/farmhash.h \
|
||||
|
@ -23,9 +25,8 @@ PLIST_FILES= include/farmhash.h \
|
|||
lib/libfarmhash.so \
|
||||
lib/libfarmhash.so.0 \
|
||||
lib/libfarmhash.so.0.0.0
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue