Date: Mon, 5 Nov 2018 20:19:27 +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: r484218 - head/games/manaplus Message-ID: <201811052019.wA5KJRwE003655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Nov 5 20:19:26 2018 New Revision: 484218 URL: https://svnweb.freebsd.org/changeset/ports/484218 Log: Building this port with base GCC fails -- a newer compiler is needed. Add USES=compiler:c++11-lang to fix it. While here, add USES=gl. PR: 231988 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/games/manaplus/Makefile Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Mon Nov 5 20:13:48 2018 (r484217) +++ head/games/manaplus/Makefile Mon Nov 5 20:19:26 2018 (r484218) @@ -16,7 +16,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libpng.so:graphics/png \ libcurl.so:ftp/curl -USES= autoreconf pkgconfig:build tar:xz +USES= autoreconf compiler:c++11-lang pkgconfig:build tar:xz USE_XORG= x11 USE_SDL= sdl2 gfx2 image2 mixer2 net2 ttf2 GNU_CONFIGURE= yes @@ -28,6 +28,7 @@ OPTIONS_DEFAULT= OPENGL OPTIONS_SUB= yes OPENGL_CONFIGURE_WITH= opengl +OPENGL_USES= gl OPENGL_USE= GL=gl NLS_USES= gettext
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811052019.wA5KJRwE003655>