svn commit: r539494 - head/games/cdogs-sdl

Mark Linimon linimon at FreeBSD.org
Wed Jun 17 20:15:21 UTC 2020


Author: linimon
Date: Wed Jun 17 20:15:21 2020
New Revision: 539494
URL: https://svnweb.freebsd.org/changeset/ports/539494

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length at CXXABI_1.3.8'
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/cdogs-sdl/Makefile

Modified: head/games/cdogs-sdl/Makefile
==============================================================================
--- head/games/cdogs-sdl/Makefile	Wed Jun 17 18:24:08 2020	(r539493)
+++ head/games/cdogs-sdl/Makefile	Wed Jun 17 20:15:21 2020	(r539494)
@@ -7,7 +7,7 @@ CATEGORIES=	games
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Classic overhead run-and-gun game
 
-USES=		cmake sdl pkgconfig gnome
+USES=		cmake compiler:c++11-lang gnome pkgconfig sdl
 USE_SDL=	sdl2 image2 mixer2
 USE_GNOME=	gtk30
 


More information about the svn-ports-head mailing list