Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 14:09:02 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521621 - head/devel/love07
Message-ID:  <201912311409.xBVE92cK072421@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Dec 31 14:09:01 2019
New Revision: 521621
URL: https://svnweb.freebsd.org/changeset/ports/521621

Log:
  devel/love07: fix build on GCC architectures
  
  devil requires C++11 compiler:
  checking for library containing ilInit... no
  configure: error: Can't LÖVE without DevIL

Modified:
  head/devel/love07/Makefile

Modified: head/devel/love07/Makefile
==============================================================================
--- head/devel/love07/Makefile	Tue Dec 31 14:07:41 2019	(r521620)
+++ head/devel/love07/Makefile	Tue Dec 31 14:09:01 2019	(r521621)
@@ -25,7 +25,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.h
 
 PORTSCOUT=	limit:^0\.7\.
 
-USES=		gmake gl openal dos2unix lua:51 sdl
+USES=		compiler:c++11-lang gmake gl openal dos2unix lua:51 sdl
 USE_SDL=	sdl mixer
 USE_GL=		gl glu
 GNU_CONFIGURE=	yes



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