git: b5f456d04123 - 2021Q4 - games/jinput: Unbreak on armv6 and armv7.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Dec 2021 16:47:53 UTC
The branch 2021Q4 has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5f456d04123a5bbbf0f724472efb6279a06338c commit b5f456d04123a5bbbf0f724472efb6279a06338c Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-12-01 16:45:26 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-12-01 16:47:36 +0000 games/jinput: Unbreak on armv6 and armv7. PR: 260115 Approved by: portgmr blanket (cherry picked from commit 5c8785ce1cb5eb2d4f361f1af0b18abe99abb6c4) --- games/jinput/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/games/jinput/Makefile b/games/jinput/Makefile index 81a3b8fbb9d9..ece5f3b2480b 100644 --- a/games/jinput/Makefile +++ b/games/jinput/Makefile @@ -8,9 +8,6 @@ COMMENT= Java Game Controller API LICENSE= BSD2CLAUSE -BROKEN_armv6= fails to compile -BROKEN_armv7= fails to compile - BUILD_DEPENDS= ${JAVAJARDIR}/jutils/jutils.jar:games/jutils \ mvn:devel/maven RUN_DEPENDS= ${JAVAJARDIR}/jutils/jutils.jar:games/jutils