1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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'
This commit is contained in:
Mark Linimon 2019-03-13 04:44:28 +00:00
parent 79e6f3d7b4
commit 050dfa74f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495543

View File

@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/exiv2.pc:graphics/exiv2 \
${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