svn commit: r497652 - head/games/lianliankan

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


Author: linimon
Date: Wed Apr  3 06:25:05 2019
New Revision: 497652
URL: https://svnweb.freebsd.org/changeset/ports/497652

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

Modified:
  head/games/lianliankan/Makefile

Modified: head/games/lianliankan/Makefile
==============================================================================
--- head/games/lianliankan/Makefile	Wed Apr  3 06:24:45 2019	(r497651)
+++ head/games/lianliankan/Makefile	Wed Apr  3 06:25:05 2019	(r497652)
@@ -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
 


More information about the svn-ports-all mailing list