svn commit: r501140 - head/science/luscus

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 9 19:59:22 UTC 2019


Author: pkubaj
Date: Thu May  9 19:59:20 2019
New Revision: 501140
URL: https://svnweb.freebsd.org/changeset/ports/501140

Log:
  science/luscus: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix linking:
  /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length at CXXABI_1.3.8'
  
  Approved by:	mentors (implicit approval)

Modified:
  head/science/luscus/Makefile

Modified: head/science/luscus/Makefile
==============================================================================
--- head/science/luscus/Makefile	Thu May  9 19:41:37 2019	(r501139)
+++ head/science/luscus/Makefile	Thu May  9 19:59:20 2019	(r501140)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 RUN_DEPENDS=	bash:shells/bash \
 		babel:science/openbabel
 
-USES=		cmake gettext-runtime pkgconfig shebangfix
+USES=		cmake compiler:c++11-lang gettext-runtime pkgconfig shebangfix
 SHEBANG_GLOB=	*.sh
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat
 USE_GL=		gl glu


More information about the svn-ports-all mailing list