svn commit: r496844 - head/games/colobot
Fernando Apesteguía
fernape at FreeBSD.org
Mon Mar 25 17:21:58 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list