Date: Thu, 9 May 2019 19:59:21 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501140 - head/science/luscus Message-ID: <201905091959.x49JxLua030731@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905091959.x49JxLua030731>