From 3edb29c6519c1f3f036bc4bb47e8104d6756dd40 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 9 May 2019 19:59:20 +0000 Subject: [PATCH] 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) --- science/luscus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/luscus/Makefile b/science/luscus/Makefile index 326c7e9f6df8..c3b42c70e9a2 100644 --- a/science/luscus/Makefile +++ b/science/luscus/Makefile @@ -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