mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
USES=compiler:c++11-lang is necessary to compile this port on powerpc64.
PR: 231679 Submitted by: Piotr Kubaj Approved by: maintainer
This commit is contained in:
parent
f7155dd234
commit
f777d39950
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480650
@ -15,9 +15,7 @@ COMMENT= Documentation system for C, C++, and other languages
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user