mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
astro/gpstk: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4cf3d6b936
commit
bd9c318712
1 changed files with 6 additions and 5 deletions
|
@ -12,21 +12,22 @@ LICENSE_COMB= multi
|
|||
|
||||
USES= cmake compiler:c++11-lang
|
||||
USE_CXXSTD= c++14
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= SGL-UT
|
||||
GH_PROJECT= GPSTk
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKE_ENV= CXXFLAGS="${CXXFLAGS}"
|
||||
|
||||
DOCS= *.md
|
||||
EXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION} \
|
||||
SHLIB_VER=${PORTVERSION:R}
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue