svn commit: r483900 - head/audio/flacon

Alexey Dokuchaev danfe at FreeBSD.org
Sat Nov 3 16:26:32 UTC 2018


Author: danfe
Date: Sat Nov  3 16:26:31 2018
New Revision: 483900
URL: https://svnweb.freebsd.org/changeset/ports/483900

Log:
  This port requires C++11-capable compiler (e.g., it won't build on arches
  such as powerpc and sparc64, where default GCC is 4.2.1).
  
  PR:	232884

Modified:
  head/audio/flacon/Makefile

Modified: head/audio/flacon/Makefile
==============================================================================
--- head/audio/flacon/Makefile	Sat Nov  3 16:25:07 2018	(r483899)
+++ head/audio/flacon/Makefile	Sat Nov  3 16:26:31 2018	(r483900)
@@ -13,7 +13,7 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libuchardet.so:textproc/uchardet
 
-USES=		cmake desktop-file-utils pkgconfig qt:5
+USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5
 USE_GITHUB=	yes
 USE_QT=		buildtools_build concurrent_build qmake_build \
 		linguisttools_build core gui network widgets


More information about the svn-ports-all mailing list