diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-29 20:44:33 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-29 22:51:59 +0000 |
commit | e96c9503d702a3871c150e2abc49f5dd1fd3404e (patch) | |
tree | 2e5ed56a3b6d08f61eec8732bc66c2355b7a3ec1 | |
parent | 150ff9dd33d5bad2eec87aac42a8a5c21c0a5638 (diff) | |
download | ports-e96c9503d702a3871c150e2abc49f5dd1fd3404e.tar.gz ports-e96c9503d702a3871c150e2abc49f5dd1fd3404e.zip |
games/spring: Mark BROKEN for 14
Fails to build with ld: error: undefined symbol:
streflop_libm::__inline_isnanf(float)
Approved by: portmgr (blanket)
-rw-r--r-- | games/spring/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index ac6fa91b038f..08b17761072c 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ BUILD_DEPENDS= 7zz:archivers/7-zip BROKEN_FreeBSD_12= ld: error: undefined symbol: streflop_libm::__inline_isnanf(float) +BROKEN_FreeBSD_14= ld: error: undefined symbol: streflop_libm::__inline_isnanf(float) ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= relies on x86 floating-point math and amd64 atomic ops |