svn commit: r521578 - head/graphics/podofo

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 31 01:28:30 UTC 2019


Author: pkubaj
Date: Tue Dec 31 01:28:29 2019
New Revision: 521578
URL: https://svnweb.freebsd.org/changeset/ports/521578

Log:
  graphics/podofo: require C++11 compiler
  
  Fixes build of print/scribus-devel on GCC architectures:
  /usr/local/bin/ld: pdf_analyzer.cpp:(.text+0x33d8): undefined reference to `PoDoFo::PdfName::GetEscapedName[abi:cxx11]() const'
  /usr/local/bin/ld: scribus/CMakeFiles/scribus.dir/pdf_analyzer.cpp.o: in function `PDFAnalyzer::inspectCanvas(PoDoFo::PdfCanvas*, QList<PDFColorSpace>&, bool&, QList<PDFFont>&, QList<PDFImage>&) [clone .localalias]':

Modified:
  head/graphics/podofo/Makefile

Modified: head/graphics/podofo/Makefile
==============================================================================
--- head/graphics/podofo/Makefile	Tue Dec 31 00:47:00 2019	(r521577)
+++ head/graphics/podofo/Makefile	Tue Dec 31 01:28:29 2019	(r521578)
@@ -26,7 +26,7 @@ CMAKE_ARGS=	-DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/li
 		-DOPENSSL_LIBRARIES=${OPENSSLDIR}
 CMAKE_ON=	PODOFO_BUILD_SHARED PODOFO_BUILD_STATIC
 USE_LDCONFIG=	yes
-USES=		cmake compiler dos2unix pkgconfig ssl
+USES=		cmake compiler:c++11-lang dos2unix pkgconfig ssl
 
 DOS2UNIX_FILES=	cmake/modules/FindFREETYPE.cmake
 


More information about the svn-ports-all mailing list