Date: Wed, 17 Jun 2020 20:15:21 +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: r539494 - head/games/cdogs-sdl Message-ID: <202006172015.05HKFLqk043913@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006172015.05HKFLqk043913>