Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2018 16:05:51 +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: r481453 - head/audio/moony-lv2
Message-ID:  <201810071605.w97G5p7n074681@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810071605.w97G5p7n074681>