diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-01 18:00:41 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-01 18:18:40 +0000 |
commit | e338420810a3351a8d096f4bae70b5bc674a2d38 (patch) | |
tree | 4c7edf9088f17d226bd73b9e9ae0c8bf4976bc92 | |
parent | 9716c216d0b35bbae4a1946ed04506b1bc1c6f19 (diff) | |
download | ports-e338420810a3351a8d096f4bae70b5bc674a2d38.tar.gz ports-e338420810a3351a8d096f4bae70b5bc674a2d38.zip |
games/spring: Unmark BROKEN on 12
Builds fine on 12.4 amd64
Approved by: portmgr (blanket)
-rw-r--r-- | games/spring/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index 08b17761072c..adf172419f4d 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libjsoncpp.so:devel/jsoncpp 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 |