Date: Mon, 13 May 2019 09:44:35 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501545 - head/astro/gpscorrelate Message-ID: <201905130944.x4D9iZY5062937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon May 13 09:44:34 2019 New Revision: 501545 URL: https://svnweb.freebsd.org/changeset/ports/501545 Log: 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) Modified: head/astro/gpscorrelate/Makefile Modified: head/astro/gpscorrelate/Makefile ============================================================================== --- head/astro/gpscorrelate/Makefile Mon May 13 09:41:32 2019 (r501544) +++ head/astro/gpscorrelate/Makefile Mon May 13 09:44:34 2019 (r501545) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905130944.x4D9iZY5062937>