Date: Sat, 16 Mar 2019 08:05:22 +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: r495852 - head/graphics/viewnior Message-ID: <201903160805.x2G85Mk3023293@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Mar 16 08:05:22 2019 New Revision: 495852 URL: https://svnweb.freebsd.org/changeset/ports/495852 Log: Fix build on gcc-based architectures: undefined reference to 'VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21' Modified: head/graphics/viewnior/Makefile Modified: head/graphics/viewnior/Makefile ============================================================================== --- head/graphics/viewnior/Makefile Sat Mar 16 08:00:15 2019 (r495851) +++ head/graphics/viewnior/Makefile Sat Mar 16 08:05:22 2019 (r495852) @@ -18,8 +18,8 @@ USE_GITHUB= yes GH_ACCOUNT= xsisqox GH_PROJECT= Viewnior -USES= autoreconf desktop-file-utils gmake libtool pkgconfig \ - gettext-tools +USES= autoreconf compiler:c++11-lang desktop-file-utils gettext-tools \ + gmake libtool pkgconfig USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903160805.x2G85Mk3023293>