svn commit: r495558 - head/chinese/pcmanx

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 05:27:07 UTC 2019


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


More information about the svn-ports-all mailing list