diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-16 16:05:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-16 16:05:22 +0800 |
commit | 64dbbfc2e85681667676ba8816336655d731ab98 (patch) | |
tree | 3b032de4688178e679379ef1b5db159e02861318 /graphics | |
parent | d00e8bf328f8a2ced4a1481ca0c03c0f9e3c3c66 (diff) | |
download | freebsd-ports-gnome-64dbbfc2e85681667676ba8816336655d731ab98.tar.gz freebsd-ports-gnome-64dbbfc2e85681667676ba8816336655d731ab98.tar.zst freebsd-ports-gnome-64dbbfc2e85681667676ba8816336655d731ab98.zip |
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'
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/viewnior/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/viewnior/Makefile b/graphics/viewnior/Makefile index d1497dc139cb..2c9c435fec31 100644 --- a/graphics/viewnior/Makefile +++ b/graphics/viewnior/Makefile @@ -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 |