Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 02:03:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394543 - head/games/warmux
Message-ID:  <201508180203.t7I237qI053479@repo.freebsd.org>

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

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

Modified:
  head/games/warmux/Makefile

Modified: head/games/warmux/Makefile
==============================================================================
--- head/games/warmux/Makefile	Tue Aug 18 01:52:43 2015	(r394542)
+++ head/games/warmux/Makefile	Tue Aug 18 02:03:07 2015	(r394543)
@@ -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?201508180203.t7I237qI053479>