1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

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)
This commit is contained in:
Mark Linimon 2019-03-29 14:45:06 +00:00
parent b55eb4e424
commit 64941d8e94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497147

View File

@ -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