Date: Mon, 25 Mar 2019 17:21:57 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496844 - head/games/colobot Message-ID: <201903251721.x2PHLvYI071293@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Mon Mar 25 17:21:57 2019 New Revision: 496844 URL: https://svnweb.freebsd.org/changeset/ports/496844 Log: games/colobot: fix build with GCC-based architectures PR: 236745 Submitted by: pkubaj@anongoth.pl Modified: head/games/colobot/Makefile Modified: head/games/colobot/Makefile ============================================================================== --- head/games/colobot/Makefile Mon Mar 25 17:20:04 2019 (r496843) +++ head/games/colobot/Makefile Mon Mar 25 17:21:57 2019 (r496844) @@ -22,8 +22,8 @@ LIB_DEPENDS= libpng.so:graphics/png \ libphysfs.so:devel/physfs \ libboost_system.so:devel/boost-libs -USES= cmake gl gettext-runtime gettext-tools:build \ - localbase:ldflags openal python:2.7 sdl +USES= cmake compiler:c++11-lang gl gettext-runtime \ + gettext-tools:build localbase:ldflags openal python:2.7 sdl USE_SDL= image2 ttf2 USE_GL= gl glew glu USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903251721.x2PHLvYI071293>