svn commit: r483364 - head/graphics/radiance

Yuri Victorovich yuri at FreeBSD.org
Mon Oct 29 02:53:31 UTC 2018


Author: yuri
Date: Mon Oct 29 02:53:30 2018
New Revision: 483364
URL: https://svnweb.freebsd.org/changeset/ports/483364

Log:
  graphics/radiance: Fix build on gcc-based systems

Modified:
  head/graphics/radiance/Makefile

Modified: head/graphics/radiance/Makefile
==============================================================================
--- head/graphics/radiance/Makefile	Mon Oct 29 02:23:13 2018	(r483363)
+++ head/graphics/radiance/Makefile	Mon Oct 29 02:53:30 2018	(r483364)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		librtmidi.so:audio/rtmidi \
 		libsamplerate.so:audio/libsamplerate
 
-USES=		cmake:outsource gl localbase:ldflags qt:5
+USES=		cmake:outsource compiler:c++14-lang gl localbase:ldflags qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	zbanks
 GH_TAGNAME=	2b947cf


More information about the svn-ports-all mailing list