From 578cbf33d967530721b2c05da4b7b7c41c9fc405 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 16 Mar 2019 08:54:29 +0000 Subject: [PATCH] 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' --- audio/ripperx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/ripperx/Makefile b/audio/ripperx/Makefile index faacc6d005ec..0263a90a0d13 100644 --- a/audio/ripperx/Makefile +++ b/audio/ripperx/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_id3_ID3Tag_Link=yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= gmake pathfix pkgconfig +USES= compiler:c++11-lang gmake pathfix pkgconfig USE_GNOME= gtk20 OPTIONS_DEFINE= NLS