Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 08:24:08 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542726 - in branches/2020Q3/audio/bharvestr-lv2: . files
Message-ID:  <202007210824.06L8O8BC088945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jul 21 08:24:07 2020
New Revision: 542726
URL: https://svnweb.freebsd.org/changeset/ports/542726

Log:
  MFH: r542725
  
  audio/bharvestr-lv2: fix build on GCC architectures
  
  Require C++11 compiler because of -std=c++11.
  
  Include climits in FileChooser.hpp because of INT64_MAX (GCC doesn't do that by default).
  
  PR:		248134
  Approved by:	portmgr (blanket: build fix)

Added:
  branches/2020Q3/audio/bharvestr-lv2/files/
     - copied from r542725, head/audio/bharvestr-lv2/files/
Modified:
  branches/2020Q3/audio/bharvestr-lv2/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/audio/bharvestr-lv2/Makefile
==============================================================================
--- branches/2020Q3/audio/bharvestr-lv2/Makefile	Tue Jul 21 08:23:08 2020	(r542725)
+++ branches/2020Q3/audio/bharvestr-lv2/Makefile	Tue Jul 21 08:24:07 2020	(r542726)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libsndfile.so:audio/libsndfile
 
-USES=		gmake gnome pkgconfig xorg
+USES=		compiler:c++11-lang gmake gnome pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	sjaehn
 GH_PROJECT=	BHarvestr



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