Date: Sat, 12 Nov 2016 11:24:47 +0100 From: Guido Falsi <mad@madpilot.net> To: Antoine Brodin <antoine@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r425939 - head/games/pioneer Message-ID: <687ee8f9-b31d-e4fe-451b-b723611c44a0@madpilot.net> In-Reply-To: <201611121019.uACAJpFO056377@repo.freebsd.org> References: <201611121019.uACAJpFO056377@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/12/16 11:19, Antoine Brodin wrote: > Author: antoine > Date: Sat Nov 12 10:19:51 2016 > New Revision: 425939 > URL: https://svnweb.freebsd.org/changeset/ports/425939 > > Log: > Spell CHOSEN_COMPILER_TYPE correctly > > Modified: > head/games/pioneer/Makefile > > Modified: head/games/pioneer/Makefile > ============================================================================== > --- head/games/pioneer/Makefile Sat Nov 12 10:14:09 2016 (r425938) > +++ head/games/pioneer/Makefile Sat Nov 12 10:19:51 2016 (r425939) > @@ -72,7 +72,7 @@ PROFILER_CONFIGURE_ON= --enable-profiler > > .include <bsd.port.pre.mk> > > -.if ${COMPILER_TYPE} == gcc > +.if ${CHOSEN_COMPILER_TYPE} == gcc > # Unhide std::to_string() for GCC (ports/193528) > CXXFLAGS+= -D_GLIBCXX_USE_C99 > .endif > Thanks! This one slipped me! -- Guido Falsi <mad@madpilot.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?687ee8f9-b31d-e4fe-451b-b723611c44a0>