svn commit: r556900 - head/games/eureka

Mark Linimon linimon at FreeBSD.org
Thu Dec 3 15:15:04 UTC 2020


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
 


More information about the svn-ports-all mailing list