Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 15:15:04 +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: r556900 - head/games/eureka
Message-ID:  <202012031515.0B3FF4mX039777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec  3 15:15:03 2020
New Revision: 556900
URL: https://svnweb.freebsd.org/changeset/ports/556900

Log:
  Add compiler:c++0x to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++03"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/eureka/Makefile

Modified: head/games/eureka/Makefile
==============================================================================
--- head/games/eureka/Makefile	Thu Dec  3 11:52:48 2020	(r556899)
+++ head/games/eureka/Makefile	Thu Dec  3 15:15:03 2020	(r556900)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libpng.so:graphics/png
 
-USES=		desktop-file-utils gl gmake jpeg xorg
+USES=		compiler:c++0x desktop-file-utils gl gmake jpeg xorg
 USE_GL=		gl glu
 USE_XORG=	x11 xcursor xext xfixes xft xinerama xpm xrender
 



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