git: 0d02299ec496 - main - devel/clanlib: mark BROKEN on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jun 16 09:00:27 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d02299ec496ce8adacf11a91c1dc3aa6c9ba25e

commit 0d02299ec496ce8adacf11a91c1dc3aa6c9ba25e
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-16 09:00:09 +0000
Commit:     Piotr Kubaj <pkubaj at 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 \


More information about the dev-commits-ports-main mailing list