Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 23:43:31 +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: r521664 - head/devel/love08
Message-ID:  <201912312343.xBVNhVQk020500@repo.freebsd.org>

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

Log:
  devel/love08: fix build on GCC architectures
  
  devil needs C++11 compiler:
  checking for library containing ilInit... no
  configure: error: Can't L_VE without DevIL

Modified:
  head/devel/love08/Makefile

Modified: head/devel/love08/Makefile
==============================================================================
--- head/devel/love08/Makefile	Tue Dec 31 23:15:46 2019	(r521663)
+++ head/devel/love08/Makefile	Tue Dec 31 23:43:31 2019	(r521664)
@@ -23,7 +23,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.h
 
 PORTSCOUT=	limit:^0\.8\.
 
-USES=		gl gmake openal dos2unix lua:51 sdl
+USES=		compiler:c++11-lang gl gmake 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?201912312343.xBVNhVQk020500>