Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 21:46:47 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3b2c3b69c4a2 - main - devel/omniORB: not for powerpc, same as i386
Message-ID:  <202501172146.50HLklLj062130@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b2c3b69c4a20705152235bbf639bfe0d04fa526

commit 3b2c3b69c4a20705152235bbf639bfe0d04fa526
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-14 10:47:15 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-17 21:45:00 +0000

    devel/omniORB: not for powerpc, same as i386
---
 devel/omniORB/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile
index 896ae752d296..a989a4416f92 100644
--- a/devel/omniORB/Makefile
+++ b/devel/omniORB/Makefile
@@ -9,7 +9,7 @@ WWW=		http://omniorb.sourceforge.net/
 
 LICENSE=	GPLv2
 
-NOT_FOR_ARCHS=	armv7 i386
+NOT_FOR_ARCHS=	armv7 i386 powerpc
 NOT_FOR_ARCHS_REASON=	use of overloaded operator '[]' is ambiguous (with operand types
 
 LIB_DEPENDS=	libzstd.so:archivers/zstd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501172146.50HLklLj062130>