svn commit: r495543 - head/graphics/gimp-lensfun-plugin

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 04:44:29 UTC 2019


Author: linimon
Date: Wed Mar 13 04:44:28 2019
New Revision: 495543
URL: https://svnweb.freebsd.org/changeset/ports/495543

Log:
  Fix build on gcc-based architectures:
  
    /usr/local/lib/libexiv2.so: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'

Modified:
  head/graphics/gimp-lensfun-plugin/Makefile

Modified: head/graphics/gimp-lensfun-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lensfun-plugin/Makefile	Wed Mar 13 04:42:50 2019	(r495542)
+++ head/graphics/gimp-lensfun-plugin/Makefile	Wed Mar 13 04:44:28 2019	(r495543)
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/exiv2.pc
 		${LOCALBASE}/libdata/pkgconfig/lensfun.pc:graphics/lensfun
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		gmake pkgconfig
+USES=		compiler:c++11-lang gmake pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	seebk


More information about the svn-ports-all mailing list