Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 06:06:16 +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: r497639 - branches/2019Q2/games/euchre
Message-ID:  <201904030606.x3366GNu005374@repo.freebsd.org>

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

Log:
  MFH: r497638
  
  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/euchre/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/euchre/Makefile
==============================================================================
--- branches/2019Q2/games/euchre/Makefile	Wed Apr  3 06:03:57 2019	(r497638)
+++ branches/2019Q2/games/euchre/Makefile	Wed Apr  3 06:06:15 2019	(r497639)
@@ -16,7 +16,7 @@ COMMENT=	Very popular card game with variable skill le
 
 LICENSE=	GPLv2
 
-USES=		pkgconfig
+USES=		compiler:c++11-lang pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 



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