svn commit: r493814 - head/audio/orbit-lv2

Mark Linimon linimon at FreeBSD.org
Sun Feb 24 21:53:54 UTC 2019


Author: linimon
Date: Sun Feb 24 21:53:53 2019
New Revision: 493814
URL: https://svnweb.freebsd.org/changeset/ports/493814

Log:
  This port needs a C11-compatible compiler to build, so add USES=compiler:c11
  to fix build on GCC-based architectures.
  
  PR:		235734
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/orbit-lv2/Makefile

Modified: head/audio/orbit-lv2/Makefile
==============================================================================
--- head/audio/orbit-lv2/Makefile	Sun Feb 24 20:53:10 2019	(r493813)
+++ head/audio/orbit-lv2/Makefile	Sun Feb 24 21:53:53 2019	(r493814)
@@ -13,11 +13,9 @@ COMMENT=	LV2 plugin bundle from Open Music Kontrollers
 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 pkgconfig
+USES=		cmake compiler:c11 pkgconfig
 PLIST_FILES=	lib/lv2/orbit.lv2/manifest.ttl \
 		lib/lv2/orbit.lv2/orbit.so \
 		lib/lv2/orbit.lv2/orbit.ttl


More information about the svn-ports-head mailing list