svn commit: r495555 - head/cad/gerbv

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 05:22:28 UTC 2019


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


More information about the svn-ports-all mailing list