Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 10:49:14 +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: r512203 - in head: games/el graphics/cal3d
Message-ID:  <201909171049.x8HAnE0I073246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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