svn commit: r512203 - in head: games/el graphics/cal3d

Piotr Kubaj pkubaj at FreeBSD.org
Tue Sep 17 10:49:15 UTC 2019


Author: pkubaj
Date: Tue Sep 17 10:49:14 2019
New Revision: 512203
URL: https://svnweb.freebsd.org/changeset/ports/512203

Log:
  games/el: unbreak on GCC architectures
  
  graphics/cal3d needs a C++11 compiler for el to link.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/el/Makefile
  head/graphics/cal3d/Makefile

Modified: head/games/el/Makefile
==============================================================================
--- head/games/el/Makefile	Tue Sep 17 10:38:34 2019	(r512202)
+++ head/games/el/Makefile	Tue Sep 17 10:49:14 2019	(r512203)
@@ -10,7 +10,6 @@ CATEGORIES=	games
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Eternal Lands is a free 3D MMORPG
 
-BROKEN_powerpc64=	fails to compile: cal3d_io_wrapper.cpp: undefined reference to CalCoreAnimation::setFilename
 BROKEN_sparc64=		fails to build on sparc64
 
 LIB_DEPENDS=	libpng.so:graphics/png \

Modified: head/graphics/cal3d/Makefile
==============================================================================
--- head/graphics/cal3d/Makefile	Tue Sep 17 10:38:34 2019	(r512202)
+++ head/graphics/cal3d/Makefile	Tue Sep 17 10:49:14 2019	(r512203)
@@ -19,7 +19,8 @@ COMMENT=	Skeletal based 3D character animation library
 # the version scheme completely.
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf libtool pathfix pkgconfig tar:bzip2
+USES=		autoreconf compiler:c++11-lang libtool pathfix pkgconfig \
+		tar:bzip2
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-all mailing list