Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2020 20:54:33 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525609 - head/comms/flamp
Message-ID:  <202002082054.018KsX6S041033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Feb  8 20:54:33 2020
New Revision: 525609
URL: https://svnweb.freebsd.org/changeset/ports/525609

Log:
  Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
  
    flamp.cxx: In function 'void addfile(std::string, void*, bool, char*, char*)':
    flamp.cxx:841: error: 'nullptr' was not declared in this scope
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/flamp/Makefile

Modified: head/comms/flamp/Makefile
==============================================================================
--- head/comms/flamp/Makefile	Sat Feb  8 20:48:43 2020	(r525608)
+++ head/comms/flamp/Makefile	Sat Feb  8 20:54:33 2020	(r525609)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libpng16.so:graphics/png
 RUN_DEPENDS=	fldigi:comms/fldigi
 
-USES=		gmake jpeg pkgconfig xorg
+USES=		compiler:c++11-lang gmake jpeg pkgconfig xorg
 USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender
 
 GNU_CONFIGURE=	yes



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