Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 05:22:27 +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: r495555 - head/cad/gerbv
Message-ID:  <201903130522.x2D5MRGj057957@repo.freebsd.org>

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

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/cad/gerbv/Makefile

Modified: head/cad/gerbv/Makefile
==============================================================================
--- head/cad/gerbv/Makefile	Wed Mar 13 05:19:52 2019	(r495554)
+++ head/cad/gerbv/Makefile	Wed Mar 13 05:22:27 2019	(r495555)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		autoreconf desktop-file-utils gmake gnome \
+USES=		autoreconf compiler:c++11-lang desktop-file-utils gmake gnome \
 		libtool localbase pathfix pkgconfig
 USE_GNOME=	cairo gtk20
 USE_LDCONFIG=	yes



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