security/farmhash: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023Q4
Muhammad Moinur Rahman 2023-08-06 21:22:06 +02:00
parent 192e87fce8
commit 6d1d788c20
1 changed files with 4 additions and 3 deletions

View File

@ -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>