svn commit: r525609 - head/comms/flamp

Mark Linimon linimon at FreeBSD.org
Sat Feb 8 20:54:34 UTC 2020


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


More information about the svn-ports-head mailing list