svn commit: r519193 - head/games/linwarrior
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Dec 7 10:12:22 UTC 2019
Author: pkubaj
Date: Sat Dec 7 10:12:21 2019
New Revision: 519193
URL: https://svnweb.freebsd.org/changeset/ports/519193
Log:
games/linwarrior: fix build on GCC architectures
OpenAL now needs C++11 compiler:
/usr/local/lib/libopenal.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::resize(unsigned long, char)@GLIBCXX_3.4.21'
Modified:
head/games/linwarrior/Makefile
Modified: head/games/linwarrior/Makefile
==============================================================================
--- head/games/linwarrior/Makefile Sat Dec 7 09:48:28 2019 (r519192)
+++ head/games/linwarrior/Makefile Sat Dec 7 10:12:21 2019 (r519193)
@@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= Navigate a mech through a 3D world and fire at enemies
-USES= gl gmake openal:al,alut sdl
+USES= compiler:c++11-lang gl gmake openal:al,alut sdl
USE_GL= gl glu
USE_SDL= sdl
LLD_UNSAFE= yes
More information about the svn-ports-head
mailing list