svn commit: r480650 - head/devel/doxygen

Tilman Keskinoz arved at FreeBSD.org
Tue Sep 25 08:26:40 UTC 2018


Author: arved
Date: Tue Sep 25 08:26:39 2018
New Revision: 480650
URL: https://svnweb.freebsd.org/changeset/ports/480650

Log:
  USES=compiler:c++11-lang is necessary to compile this port on powerpc64.
  
  PR:		231679
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/devel/doxygen/Makefile

Modified: head/devel/doxygen/Makefile
==============================================================================
--- head/devel/doxygen/Makefile	Tue Sep 25 07:58:06 2018	(r480649)
+++ head/devel/doxygen/Makefile	Tue Sep 25 08:26:39 2018	(r480650)
@@ -15,9 +15,7 @@ COMMENT=	Documentation system for C, C++, and other la
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to link: ../lib/lib_doxygen.a(language.cpp.o)(.text+0xb6c): sibling call optimization to `_ZN12ConfigValuesD1Ev' does not allow automatic multiple TOCs
-
-USES=		bison cmake:outsource,noninja iconv python shebangfix
+USES=		bison cmake:outsource,noninja compiler:c++11-lang iconv python shebangfix
 ALL_TARGET=	all
 CMAKE_ARGS+=	-DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL}
 # Parallel jobs breaks when the DOCS option is on


More information about the svn-ports-head mailing list