svn commit: r493986 - head/audio/faudio

Tobias Kortkamp tobik at FreeBSD.org
Tue Feb 26 22:48:21 UTC 2019


Author: tobik
Date: Tue Feb 26 22:48:20 2019
New Revision: 493986
URL: https://svnweb.freebsd.org/changeset/ports/493986

Log:
  audio/faudio: Add missing USE_LDCONFIG

Modified:
  head/audio/faudio/Makefile

Modified: head/audio/faudio/Makefile
==============================================================================
--- head/audio/faudio/Makefile	Tue Feb 26 22:28:52 2019	(r493985)
+++ head/audio/faudio/Makefile	Tue Feb 26 22:48:20 2019	(r493986)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
 USES=		cmake compiler:c11 sdl
 USE_GITHUB=	yes
 GH_ACCOUNT=	FNA-XNA
+USE_LDCONFIG=	yes
 USE_SDL=	sdl2
 
 CMAKE_ON=	FFMPEG


More information about the svn-ports-all mailing list