aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-13 09:44:34 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-13 09:44:34 +0000
commit195441b952126b1fd5878c8ef802371a0e901575 (patch)
tree691325faa5a2de5de6e0732c39b178e1100f43ee /astro
parent5525544c1e9804db2ad20ff455a34c6a6f741e31 (diff)
downloadports-195441b952126b1fd5878c8ef802371a0e901575.tar.gz
ports-195441b952126b1fd5878c8ef802371a0e901575.zip
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)
Notes
Notes: svn path=/head/; revision=501545
Diffstat (limited to 'astro')
-rw-r--r--astro/gpscorrelate/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gpscorrelate/Makefile b/astro/gpscorrelate/Makefile
index 905133936465..a90168f5bdee 100644
--- a/astro/gpscorrelate/Makefile
+++ b/astro/gpscorrelate/Makefile
@@ -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