svn commit: r481453 - head/audio/moony-lv2

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 7 16:05:52 UTC 2018


Author: yuri
Date: Sun Oct  7 16:05:50 2018
New Revision: 481453
URL: https://svnweb.freebsd.org/changeset/ports/481453

Log:
  audio/moony-lv2: fix build with GCC-based architectures
  
  Since this port uses -std=gnu++11, USES=compiler:c++11-lang is necessary.
  
  While here, add USES=gl.
  
  PR:		232033
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/audio/moony-lv2/Makefile

Modified: head/audio/moony-lv2/Makefile
==============================================================================
--- head/audio/moony-lv2/Makefile	Sun Oct  7 15:55:48 2018	(r481452)
+++ head/audio/moony-lv2/Makefile	Sun Oct  7 16:05:50 2018	(r481453)
@@ -13,11 +13,9 @@ COMMENT=	Realtime Lua as programmable glue in LV2
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to build: cc1: unrecognized command line option -std=gnu11
-
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
-USES=		cmake:outsource pkgconfig
+USES=		cmake:outsource compiler:c++11-lang gl pkgconfig
 USE_XORG=	x11 xext
 USE_GL=		gl glu
 


More information about the svn-ports-all mailing list