Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 02:04:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r394544 - branches/2015Q3/games/warmux
Message-ID:  <201508180204.t7I24gGU053674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 18 02:04:41 2015
New Revision: 394544
URL: https://svnweb.freebsd.org/changeset/ports/394544

Log:
  MFH: r394543
  
  - Fix build when CXX is set to a path instead of just an executable name (fixes cross-builds)
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam build fix blanket

Modified:
  branches/2015Q3/games/warmux/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/games/warmux/Makefile
==============================================================================
--- branches/2015Q3/games/warmux/Makefile	Tue Aug 18 02:03:07 2015	(r394543)
+++ branches/2015Q3/games/warmux/Makefile	Tue Aug 18 02:04:41 2015	(r394544)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libxml++-2.6.so:${PORTSDIR}
 CONFLICTS_INSTALL=	wormux-*
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	cxx_present=yes
 USES=		dos2unix gmake pkgconfig tar:bzip2
 USE_SDL=	sdl image mixer ttf gfx net
 DOS2UNIX_GLOB=	fixed_class.h



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