Skip to content

Commit

Permalink
audio/cava: Unbreak on HEAD
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 16, 2023
1 parent 6313fba commit 8a33036
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion audio/cava/Makefile
Expand Up @@ -50,6 +50,12 @@ VT_BUILD_DEPENDS= psf2bdf:x11-fonts/psftools
VT_MAKE_ARGS_OFF= cava_font__DATA=""
VT_PLIST_FILES= ${DATADIR}/cava.fnt

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=deprecated-non-prototype
.endif

pre-configure:
@${ECHO_CMD} ${DISTVERSION} > ${WRKSRC}/version

Expand All @@ -66,4 +72,4 @@ post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example_files/config ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>
.include <bsd.port.post.mk>

0 comments on commit 8a33036

Please sign in to comment.