Date: Sun, 12 May 2019 00:32:34 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501348 - head/games/glob2 Message-ID: <201905120032.x4C0WYmO004730@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun May 12 00:32:33 2019 New Revision: 501348 URL: https://svnweb.freebsd.org/changeset/ports/501348 Log: games/glob2: add USES=compiler:c++11-lang It's needed to fix linking with portaudio. Approved by: mentors (implicit approval) Modified: head/games/glob2/Makefile Modified: head/games/glob2/Makefile ============================================================================== --- head/games/glob2/Makefile Sun May 12 00:07:32 2019 (r501347) +++ head/games/glob2/Makefile Sun May 12 00:32:33 2019 (r501348) @@ -21,7 +21,7 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \ OPTIONS_DEFINE= DOCS PORTAUDIO -USES= pkgconfig scons +USES= compiler:c++11-lang pkgconfig scons USE_SDL= image net sdl ttf USE_GL= gl glu MAKE_ARGS= CCFLAGS="${CFLAGS}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905120032.x4C0WYmO004730>