Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 07:19:15 +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: r492025 - head/audio/nekobi-lv2
Message-ID:  <201902030719.x137JFrF075146@repo.freebsd.org>

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



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