Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2019 08:55:08 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502944 - head/games/stuntrally
Message-ID:  <201905290855.x4T8t838061558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed May 29 08:55:07 2019
New Revision: 502944
URL: https://svnweb.freebsd.org/changeset/ports/502944

Log:
  games/stuntrally: fix typos in CXXFLAGS
  
  Submitted by:	linimon (mentor)

Modified:
  head/games/stuntrally/Makefile

Modified: head/games/stuntrally/Makefile
==============================================================================
--- head/games/stuntrally/Makefile	Wed May 29 08:45:03 2019	(r502943)
+++ head/games/stuntrally/Makefile	Wed May 29 08:55:07 2019	(r502944)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905290855.x4T8t838061558>