svn commit: r492025 - head/audio/nekobi-lv2

Yuri Victorovich yuri at FreeBSD.org
Sun Feb 3 07:19:15 UTC 2019


Author: yuri
Date: Sun Feb  3 07:19:14 2019
New Revision: 492025
URL: https://svnweb.freebsd.org/changeset/ports/492025

Log:
  audio/nekobi-lv2: Replace workaround for clang errors from USE_GCC to -Wno-c++11-narrowing
  
  Thanks, Gerald, for your suggestion.
  
  Reported by:	gerald

Modified:
  head/audio/nekobi-lv2/Makefile

Modified: head/audio/nekobi-lv2/Makefile
==============================================================================
--- head/audio/nekobi-lv2/Makefile	Sun Feb  3 07:04:20 2019	(r492024)
+++ head/audio/nekobi-lv2/Makefile	Sun Feb  3 07:19:14 2019	(r492025)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nekobi
 DISTVERSION=	g20180825
+PORTREVISION=	1
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
@@ -24,9 +25,9 @@ GH_TAGNAME=	840a692
 GH_TUPLE=	DISTRHO:DPF:ea7545a:dpf/dpf
 USE_GL=		gl
 USE_XORG=	x11
-USE_GCC=	any # clang prints errors: https://github.com/DISTRHO/Nekobi/issues/7
 
 CFLAGS+=	-I${FILESDIR}
+CFLAGS+=	-Wno-c++11-narrowing # clang prints errors: https://github.com/DISTRHO/Nekobi/issues/7
 
 do-install: # https://github.com/DISTRHO/Nekobi/issues/8
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/lv2


More information about the svn-ports-head mailing list