astro/gpscorrelate: fix build with GCC-based architectures

Add USES=compiler:c++11-lang:
/usr/local/lib/libexiv2.so: undefined reference to `std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream(std::_Ios_Openmode)@GLIBCXX_3.4.21'

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-05-13 09:44:34 +00:00
parent 5525544c1e
commit 195441b952
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501545

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
libgtkmm-2.4.so:x11-toolkits/gtkmm24
USES= gmake pkgconfig
USES= compiler:c++11-lang gmake pkgconfig
USE_GNOME= libxml2
USE_GITHUB= yes