aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-fltk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 14:40:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 14:40:31 +0000
commitfc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e (patch)
treeacb4b2fabfae7f10029c7fcb78c44f91b703fedb /x11-toolkits/py-fltk
parenteeb17e1ca98491961c26e52c69d27894af6a85aa (diff)
downloadports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.tar.gz
ports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.zip
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=472699
Diffstat (limited to 'x11-toolkits/py-fltk')
-rw-r--r--x11-toolkits/py-fltk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-fltk/Makefile
index bdd505f64642..99f551c9558c 100644
--- a/x11-toolkits/py-fltk/Makefile
+++ b/x11-toolkits/py-fltk/Makefile
@@ -14,13 +14,15 @@ COMMENT= Python interface to FLTK window toolkit
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= fails to compile: fltk_wrap.cpp:5355: #pragma GCC diagnostic not allowed inside functions
+
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
CFLAGS+= -DFL_LIBRARY
MAKE_ENV= FLTK_HOME=${LOCALBASE}/bin
+USES= python
USE_PYTHON= autoplist distutils
USE_XORG= x11
-USES= python
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}