From 64bc9cb2d2ccdfb80a51618b65e3811da7c00143 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 8 Dec 2019 17:09:37 +0000 Subject: [PATCH] games/excido: fix build on GCC architectures OpenAL needs C++11 compiler: /usr/local/lib/libopenal.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::rfind(char, unsigned long) const@GLIBCXX_3.4.21' --- games/excido/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/excido/Makefile b/games/excido/Makefile index bae72d33ecf5..225f9db1ee74 100644 --- a/games/excido/Makefile +++ b/games/excido/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libphysfs.so:devel/physfs WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gl gmake openal:al,alut sdl tar:bzip2 +USES= compiler:c++11-lang gl gmake openal:al,alut sdl tar:bzip2 USE_GL= gl glu USE_SDL= image sdl ttf