Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 07:05:49 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497661 - branches/2019Q2/games/scorched3d
Message-ID:  <201904030705.x3375nON038657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 07:05:48 2019
New Revision: 497661
URL: https://svnweb.freebsd.org/changeset/ports/497661

Log:
  MFH: r497660
  
  Add compiler:c++11-lang to USES to fix the following on GCC-based
  architectures:
  
    /usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q2/games/scorched3d/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/scorched3d/Makefile
==============================================================================
--- branches/2019Q2/games/scorched3d/Makefile	Wed Apr  3 07:03:13 2019	(r497660)
+++ branches/2019Q2/games/scorched3d/Makefile	Wed Apr  3 07:05:48 2019	(r497661)
@@ -23,11 +23,12 @@ OPTIONS_DEFINE=	MYSQL
 
 WRKSRC=		${WRKDIR}/scorched
 
+USES=		autoreconf compiler:c++11-lang dos2unix gmake iconv jpeg \
+		openal:al,alut perl5 pkgconfig
 USE_GL=		glew glu
 USE_SDL=	mixer net sdl
 USE_WX=		2.8
 WX_CONF_ARGS=	absolute
-USES=		autoreconf dos2unix gmake iconv jpeg openal:al,alut perl5 pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${DATADIR}
 LLD_UNSAFE=	yes



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