Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2021 09:00:27 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: 0d02299ec496 - main - devel/clanlib: mark BROKEN on powerpc
Message-ID:  <202106160900.15G90RnT015187@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=0d02299ec496ce8adacf11a91c1dc3aa6c9ba25e

commit 0d02299ec496ce8adacf11a91c1dc3aa6c9ba25e
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-16 09:00:09 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-16 09:00:09 +0000

    devel/clanlib: mark BROKEN on powerpc
    
    Same issue as on i386.
---
 devel/clanlib/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile
index 856367fce3bf..bbf8b255c3b2 100644
--- a/devel/clanlib/Makefile
+++ b/devel/clanlib/Makefile
@@ -15,6 +15,7 @@ LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_i386=	typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
+BROKEN_powerpc=	typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libmikmod.so:audio/libmikmod \



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