Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 06:28:52 +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: r497653 - branches/2019Q2/games/lianliankan
Message-ID:  <201904030628.x336Sq3R017023@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 06:28:51 2019
New Revision: 497653
URL: https://svnweb.freebsd.org/changeset/ports/497653

Log:
  MFH: r497652
  
  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'
  
  Approved by:	portmgr (tier-2 blanket)

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

Modified: branches/2019Q2/games/lianliankan/Makefile
==============================================================================
--- branches/2019Q2/games/lianliankan/Makefile	Wed Apr  3 06:25:05 2019	(r497652)
+++ branches/2019Q2/games/lianliankan/Makefile	Wed Apr  3 06:28:51 2019	(r497653)
@@ -13,7 +13,7 @@ COMMENT=	Tile matching game
 
 LICENSE=	GPLv2+
 
-USES=		autoreconf libtool pkgconfig
+USES=		autoreconf compiler:c++11-lang libtool pkgconfig
 USE_GNOME=	gtk20 esound
 GNU_CONFIGURE=	yes
 



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