aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-05-03 01:07:21 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-05-03 01:07:21 +0000
commitf43025d0df9138b66596509ef9ecdf520a0e8f1c (patch)
tree410e5b18aaf71cb9ebc645c7e1e40033620f9e32 /x11-toolkits/fox17
parent3b6d12f7a133e9dae11bbf46111206bf4b3636d8 (diff)
downloadports-f43025d0df9138b66596509ef9ecdf520a0e8f1c.tar.gz
ports-f43025d0df9138b66596509ef9ecdf520a0e8f1c.zip
These ports now build on aarch64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=500684
Diffstat (limited to 'x11-toolkits/fox17')
-rw-r--r--x11-toolkits/fox17/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index 049c96f0d74a..1978952d51a3 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -15,6 +15,8 @@ COMMENT= Fast and extensive C++ GUI toolkit (development version)
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc= missing __sync_bool_compare_and_swap_8()
+
LIB_DEPENDS= libpng.so:graphics/png \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
@@ -36,9 +38,6 @@ PLIST_SUB+= MAJORVER=${MAJORVER}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${MAJORVER}
PORTDOCS= *
-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= DEBUG DOCS EXAMPLES OPTIMIZED_CFLAGS PROFILE TEST
OPTIONS_GROUP= IMGFMTS
OPTIONS_GROUP_IMGFMTS= JPEG OPENJPEG TIFF WEBP