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/libpoppler.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(unsigned long, unsigned long, char const*, unsigned long) const@GLIBCXX_3.4.21'

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-03-13 04:39:03 +00:00
parent fd2e74f56a
commit b88bc8da17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495541

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpoppler.so:graphics/poppler \
libpoppler-glib.so:graphics/poppler-glib
USES= autoreconf pkgconfig
USES= autoreconf compiler:c++11-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= vslavik
GNU_CONFIGURE= yes