diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-16 09:00:09 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-16 09:00:09 +0000 |
commit | 0d02299ec496ce8adacf11a91c1dc3aa6c9ba25e (patch) | |
tree | c752e1a53b68006d1b7bd6166d95bc5d2a47492f | |
parent | 6095787e26235f1602e8187dfc7a2debdee9c445 (diff) | |
download | ports-0d02299ec496ce8adacf11a91c1dc3aa6c9ba25e.tar.gz ports-0d02299ec496ce8adacf11a91c1dc3aa6c9ba25e.zip |
devel/clanlib: mark BROKEN on powerpc
Same issue as on i386.
-rw-r--r-- | devel/clanlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |