Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 01:28:30 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521578 - head/graphics/podofo
Message-ID:  <201912310128.xBV1SUrt021798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912310128.xBV1SUrt021798>