svn commit: r497639 - branches/2019Q2/games/euchre

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 06:06:17 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list