svn commit: r521621 - head/devel/love07
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Dec 31 14:09:02 UTC 2019
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
More information about the svn-ports-all
mailing list