Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 04:44:28 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495543 - head/graphics/gimp-lensfun-plugin
Message-ID:  <201903130444.x2D4iS6Y036135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903130444.x2D4iS6Y036135>