Skip to content

Commit

Permalink
audio/fcplay: Fix build with llvm16
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 20, 2023
1 parent ff0d26b commit 9f87b5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions audio/fcplay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f87b5e

Please sign in to comment.