svn commit: r495541 - head/graphics/diff-pdf

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


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 at 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


More information about the svn-ports-all mailing list