svn commit: r501545 - head/astro/gpscorrelate

Piotr Kubaj pkubaj at FreeBSD.org
Mon May 13 09:44:36 UTC 2019


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


More information about the svn-ports-all mailing list