From 63a9fc6066e1926f4a6cfcb7d6ad045f0e56993f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 9 May 2019 13:25:53 +0000 Subject: [PATCH] games/tecnoballz: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix build: configure: error: tinyxml library is not present in your system Approved by: mentors (implicit approval) --- games/tecnoballz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile index 64463a4e9742..824329b627e0 100644 --- a/games/tecnoballz/Makefile +++ b/games/tecnoballz/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libmikmod.so:audio/libmikmod \ libsmpeg.so:multimedia/smpeg \ libtinyxml.so:textproc/tinyxml -USES= autoreconf gmake tar:tgz +USES= autoreconf compiler:c++11-lang gmake tar:tgz USE_SDL= sdl mixer image GNU_CONFIGURE= yes