svn commit: r394543 - head/games/warmux

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 18 02:03:08 UTC 2015


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


More information about the svn-ports-all mailing list