git: b59ef9c848de - main - net/teddycloud: Ignore i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 20:32:40 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b59ef9c848dec05396438fe1c0f9bcdc97bf6d6d commit b59ef9c848dec05396438fe1c0f9bcdc97bf6d6d Author: Michael Pape <freebsd@pe82.de> AuthorDate: 2024-12-01 20:30:42 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-12-01 20:32:10 +0000 net/teddycloud: Ignore i386 Does fail to build on i386 targets, ignore this arch. Replace space characters to tabs. PR: 283062 Approved by: submitter is maintainer --- net/teddycloud/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/teddycloud/Makefile b/net/teddycloud/Makefile index c977e360fb62..a24f48919ea5 100644 --- a/net/teddycloud/Makefile +++ b/net/teddycloud/Makefile @@ -15,10 +15,12 @@ WWW= https://tonies-wiki.revvox.de/docs/tools/teddycloud/ LICENSE= GPLv2+ -BUILD_DEPENDS+= curl:ftp/curl \ +NOT_FOR_ARCHS= i386 + +BUILD_DEPENDS+= curl:ftp/curl \ protoc-c:devel/protobuf-c -USES= gmake +USES= gmake USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= toniebox-reverse-engineering:DEFAULT,teddycloud_web \