Date: Mon, 29 Oct 2018 02:53:30 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483364 - head/graphics/radiance Message-ID: <201810290253.w9T2rUFk082214@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810290253.w9T2rUFk082214>