svn commit: r481372 - head/audio/luppp

Yuri Victorovich yuri at FreeBSD.org
Sat Oct 6 16:05:19 UTC 2018


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 at 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


More information about the svn-ports-all mailing list