diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-26 06:50:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-26 06:50:01 +0000 |
commit | cc1b17c5443a8624bde843c3a72c24e8b84b9dfa (patch) | |
tree | bff92951f4e5b82036dda5b6ad18849923fd891a | |
parent | Mark BROKEN (diff) |
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
Notes
Notes:
svn path=/head/; revision=543436
-rw-r--r-- | graphics/magnum/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/magnum/Makefile b/graphics/magnum/Makefile index 47ddabdb9987..561b26da29c5 100644 --- a/graphics/magnum/Makefile +++ b/graphics/magnum/Makefile @@ -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 |