svn commit: r547494 - in branches/2020Q3/audio/bjumblr-lv2: . files

Mark Linimon linimon at FreeBSD.org
Fri Sep 4 01:25:26 UTC 2020


Author: linimon
Date: Fri Sep  4 01:25:25 2020
New Revision: 547494
URL: https://svnweb.freebsd.org/changeset/ports/547494

Log:
  MFH: r542727
  
  audio/bjumblr-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/bjumblr-lv2/files/
     - copied from r542727, head/audio/bjumblr-lv2/files/
Modified:
  branches/2020Q3/audio/bjumblr-lv2/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/audio/bjumblr-lv2/Makefile
==============================================================================
--- branches/2020Q3/audio/bjumblr-lv2/Makefile	Fri Sep  4 01:19:53 2020	(r547493)
+++ branches/2020Q3/audio/bjumblr-lv2/Makefile	Fri Sep  4 01:25:25 2020	(r547494)
@@ -16,7 +16,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=	BJumblr


More information about the svn-ports-all mailing list