mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
audio/fcplay: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ff0d26b8b7
commit
9f87b5e224
1 changed files with 5 additions and 3 deletions
|
@ -13,11 +13,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libsidplay.so:audio/libsidplay
|
||||
|
||||
USES= gmake tar:tgz
|
||||
USES= gmake localbase tar:tgz
|
||||
USE_CXXSTD= c++14
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CXXFLAGS+= -I${LOCALBASE}/include
|
||||
PORTDOCS= ABOUT POINTER
|
||||
|
||||
PLIST_FILES= bin/fcplay
|
||||
PORTDOCS= ABOUT POINTER
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue