svn commit: r497660 - head/games/scorched3d

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 07:03:14 UTC 2019


Author: linimon
Date: Wed Apr  3 07:03:13 2019
New Revision: 497660
URL: https://svnweb.freebsd.org/changeset/ports/497660

Log:
  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 at CXXABI_1.3.8'
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/scorched3d/Makefile

Modified: head/games/scorched3d/Makefile
==============================================================================
--- head/games/scorched3d/Makefile	Wed Apr  3 07:01:13 2019	(r497659)
+++ head/games/scorched3d/Makefile	Wed Apr  3 07:03:13 2019	(r497660)
@@ -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


More information about the svn-ports-head mailing list