svn commit: r497147 - head/games/violetland

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 14:45:07 UTC 2019


Author: linimon
Date: Fri Mar 29 14:45:06 2019
New Revision: 497147
URL: https://svnweb.freebsd.org/changeset/ports/497147

Log:
  Fix build on gcc-based architectures:
  
    undefined reference to 'std::runtime_error::runtime_error(char const*)@GLIBCXX_3.4.21'
  
  PR:		236825
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/violetland/Makefile

Modified: head/games/violetland/Makefile
==============================================================================
--- head/games/violetland/Makefile	Fri Mar 29 14:41:55 2019	(r497146)
+++ head/games/violetland/Makefile	Fri Mar 29 14:45:06 2019	(r497147)
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	ooxi
 GH_TUPLE=	jarro2783:CMake-Gettext:6ee6405:cmakegettext/lib/CMake-Gettext
 
-USES=		cmake gettext gl sdl
+USES=		cmake compiler:c++11-lang gettext gl sdl
 USE_SDL=	sdl mixer image ttf
 USE_GL=		gl glu
 USE_CXXSTD=	c++98


More information about the svn-ports-all mailing list