Date: Wed, 13 Mar 2019 04:39:03 +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: r495541 - head/graphics/diff-pdf Message-ID: <201903130439.x2D4d3mJ030937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Mar 13 04:39:03 2019 New Revision: 495541 URL: https://svnweb.freebsd.org/changeset/ports/495541 Log: 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) Modified: head/graphics/diff-pdf/Makefile Modified: head/graphics/diff-pdf/Makefile ============================================================================== --- head/graphics/diff-pdf/Makefile Wed Mar 13 04:26:51 2019 (r495540) +++ head/graphics/diff-pdf/Makefile Wed Mar 13 04:39:03 2019 (r495541) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903130439.x2D4d3mJ030937>