Date: Sat, 16 Mar 2019 08:54:29 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495857 - head/audio/ripperx Message-ID: <201903160854.x2G8sTPx049377@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Mar 16 08:54:29 2019 New Revision: 495857 URL: https://svnweb.freebsd.org/changeset/ports/495857 Log: 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' Modified: head/audio/ripperx/Makefile Modified: head/audio/ripperx/Makefile ============================================================================== --- head/audio/ripperx/Makefile Sat Mar 16 08:50:34 2019 (r495856) +++ head/audio/ripperx/Makefile Sat Mar 16 08:54:29 2019 (r495857) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903160854.x2G8sTPx049377>