svn commit: r542726 - in branches/2020Q3/audio/bharvestr-lv2: . files

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jul 21 08:24:08 UTC 2020


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


More information about the svn-ports-all mailing list