svn commit: r394544 - branches/2015Q3/games/warmux

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 18 02:04:42 UTC 2015


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


More information about the svn-ports-branches mailing list