mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/tntnet: Fix build with llvm16
- Utilize USES=localbase - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d9b3e6b67a
commit
fecf23dd72
1 changed files with 9 additions and 6 deletions
|
@ -8,18 +8,21 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Webapplicationserver for C++
|
COMMENT= Webapplicationserver for C++
|
||||||
WWW= https://www.tntnet.org/index.html
|
WWW= https://www.tntnet.org/index.html
|
||||||
|
|
||||||
LIB_DEPENDS= libcxxtools.so:devel/cxxtools
|
|
||||||
BUILD_DEPENDS= zip:archivers/zip
|
BUILD_DEPENDS= zip:archivers/zip
|
||||||
|
LIB_DEPENDS= libcxxtools.so:devel/cxxtools
|
||||||
|
|
||||||
|
USES= cpe iconv libtool localbase:ldflags pathfix pkgconfig \
|
||||||
|
shebangfix
|
||||||
|
USE_CXXSTD= c++14
|
||||||
|
|
||||||
USES= cpe iconv libtool pathfix pkgconfig shebangfix
|
|
||||||
SHEBANG_FILES= tntnet-conf2xml.pl
|
SHEBANG_FILES= tntnet-conf2xml.pl
|
||||||
USE_CSTD= gnu89
|
#USE_CSTD= gnu89
|
||||||
PATCH_STRIP= -p1
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
CONFIGURE_ARGS= --localstatedir=/var
|
CONFIGURE_ARGS= --localstatedir=/var
|
||||||
|
|
||||||
|
PATCH_STRIP= -p1
|
||||||
|
|
||||||
.if defined(WITH_GNUTLS)
|
.if defined(WITH_GNUTLS)
|
||||||
CONFIGURE_ARGS+= --with-ssl=gnutls
|
CONFIGURE_ARGS+= --with-ssl=gnutls
|
||||||
LIB_DEPENDS+= libgnutls.so:security/gnutls
|
LIB_DEPENDS+= libgnutls.so:security/gnutls
|
||||||
|
|
Loading…
Add table
Reference in a new issue