From a72363a28d5c0f621c6c36d7ebc9cc6c8ffe07f2 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 19 Sep 2016 12:48:30 +0000 Subject: [PATCH] Also mark broken on sparc64 and mips. Pet portlint. --- devel/libosmo-netif/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/libosmo-netif/Makefile b/devel/libosmo-netif/Makefile index b712f80b879f..38dd91f179c7 100644 --- a/devel/libosmo-netif/Makefile +++ b/devel/libosmo-netif/Makefile @@ -12,11 +12,14 @@ COMMENT= Library containing common/shared code regarding network interface LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libosmocore.so:devel/libosmocore \ libosmoabis.so:devel/libosmo-abis +BROKEN_mips= Does not build: undefined reference to __bswap_16 +BROKEN_mips64= Does not build: undefined reference to __bswap_16 +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: undefined reference to __bswap_16 + USES= autoreconf libtool pathfix pkgconfig PATHFIX_MAKEFILEIN=Makefile.am GNU_CONFIGURE= yes