svn commit: r521664 - head/devel/love08
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Dec 31 23:43:31 UTC 2019
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
More information about the svn-ports-all
mailing list