Date: Tue, 25 Sep 2018 08:26:39 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480650 - head/devel/doxygen Message-ID: <201809250826.w8P8QdTa081666@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809250826.w8P8QdTa081666>