diff options
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r-- | devel/doxygen/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index f5819c84b53e..de198bdcb1be 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -15,6 +15,8 @@ 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 ALL_TARGET= all CMAKE_ARGS+= -DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL} |