From a23aea93203cd8828191f0a11b113bcbceafefe9 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 29 May 2019 08:55:07 +0000 Subject: [PATCH] games/stuntrally: fix typos in CXXFLAGS Submitted by: linimon (mentor) --- games/stuntrally/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/stuntrally/Makefile b/games/stuntrally/Makefile index c7806b483878..5f3d7a59ff5e 100644 --- a/games/stuntrally/Makefile +++ b/games/stuntrally/Makefile @@ -57,7 +57,7 @@ MASTER_SERVER_CMAKE_BOOL= BUILD_MASTER_SERVER MASTER_SERVER_DESC= Build the master server MASTER_SERVER_LIB_DEPENDS= libenet.so:net/enet -CXXFLAGS+= ${CXXFLAGS_${CHOOSEN_COPMILER_TYPE}} +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_gcc= -Wno-narrowing post-install-DOCS-on: