Date: Sat, 6 Oct 2018 16:05:18 +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: r481372 - head/audio/luppp Message-ID: <201810061605.w96G5Inr032107@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Oct 6 16:05:18 2018 New Revision: 481372 URL: https://svnweb.freebsd.org/changeset/ports/481372 Log: audio/luppp: Fix build with GCC-based architectures Add USES=compiler:c++11-lang Also add USES=gnome PR: 232004 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/audio/luppp/Makefile Modified: head/audio/luppp/Makefile ============================================================================== --- head/audio/luppp/Makefile Sat Oct 6 15:59:34 2018 (r481371) +++ head/audio/luppp/Makefile Sat Oct 6 16:05:18 2018 (r481372) @@ -17,7 +17,7 @@ LIB_DEPENDS= libjack.so:audio/jack \ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= cmake:outsource pkgconfig +USES= cmake:outsource compiler:c++11-lang gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= openAVproductions GH_PROJECT= openAV-Luppp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810061605.w96G5Inr032107>