mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark BROKEN
In file included from /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.cpp:26: /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.hpp:193:32: error: too few arguments provided to function-like macro invocation CORRADE_ASSERT_UNREACHABLE(); /* LCOV_EXCL_LINE */ ^ /usr/local/include/Corrade/Utility/Assert.h:332:9: note: macro 'CORRADE_ASSERT_UNREACHABLE' defined here #define CORRADE_ASSERT_UNREACHABLE(message, returnValue) \ ^ In file included from /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.cpp:26: /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.hpp:193:5: error: use of undeclared identifier 'CORRADE_ASSERT_UNREACHABLE' CORRADE_ASSERT_UNREACHABLE(); /* LCOV_EXCL_LINE */ ^ Reported by: pkg-fallout
This commit is contained in:
parent
b1d1962676
commit
cc1b17c544
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543436
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ COMMENT= Lightweight, modular graphics middleware for games, data visualization
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= Player.hpp:193:32: error: too few arguments provided to function-like macro invocation
|
||||
|
||||
LIB_DEPENDS= libCorradeUtility.so:devel/corrade \
|
||||
libglfw.so:graphics/glfw
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue