diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 08:36:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 08:36:20 +0800 |
commit | add980d4c3193e11ebcf020c55926aae0cf62c42 (patch) | |
tree | 9b934ed2ec76eeb108ad908378fb51f731a79cf6 /x11-toolkits | |
parent | 20f436cc1e949f8a9b2ece6df4cf9adc4e2e7a66 (diff) | |
download | freebsd-ports-graphics-add980d4c3193e11ebcf020c55926aae0cf62c42.tar.gz freebsd-ports-graphics-add980d4c3193e11ebcf020c55926aae0cf62c42.tar.zst freebsd-ports-graphics-add980d4c3193e11ebcf020c55926aae0cf62c42.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index 36d603c9ba3..b9b9571fd1c 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -12,8 +12,6 @@ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit (development version) -BROKEN_powerpc= missing __sync_bool_compare_and_swap_8() - USES= libtool pathfix GNU_CONFIGURE= yes USE_GL= glut @@ -30,6 +28,9 @@ MAJORVER= ${PORTVERSION:R} PLIST_SUB+= MAJORVER=${MAJORVER} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${MAJORVER} +BROKEN_aarch64= Fails to compile: cannot initialize a parameter of type void * with an lvalue of type long +BROKEN_powerpc= missing __sync_bool_compare_and_swap_8() + OPTIONS_DEFINE= DOCS JPEG PNG TIFF WEBP OPTIONS_DEFAULT= JPEG PNG TIFF WEBP |