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:
parent
5525544c1e
commit
195441b952
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501545
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user