Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 05:27:05 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495558 - head/chinese/pcmanx
Message-ID:  <201903130527.x2D5R5ft058492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Mar 13 05:27:05 2019
New Revision: 495558
URL: https://svnweb.freebsd.org/changeset/ports/495558

Log:
  Fix build on gcc-based architectures:
  
    /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'

Modified:
  head/chinese/pcmanx/Makefile

Modified: head/chinese/pcmanx/Makefile
==============================================================================
--- head/chinese/pcmanx/Makefile	Wed Mar 13 05:24:21 2019	(r495557)
+++ head/chinese/pcmanx/Makefile	Wed Mar 13 05:27:05 2019	(r495558)
@@ -14,7 +14,7 @@ COMMENT=	BBS client using GTK+ 2.x
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake iconv pkgconfig tar:xz
+USES=		compiler:c++11-lang gmake iconv pkgconfig tar:xz
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intlhack



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