svn commit: r495852 - head/graphics/viewnior
Mark Linimon
linimon at FreeBSD.org
Sat Mar 16 08:05:23 UTC 2019
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
More information about the svn-ports-all
mailing list