diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-14 14:49:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-14 14:49:45 +0800 |
commit | 853a8b0cdb31b5ed58d0338a5834b90d61b0a48d (patch) | |
tree | 55cf2398012a30e6f9a6759158b6f3b4254f9c97 /databases/metakit | |
parent | b9059de6d7e72c74b4e42f88a24439561a698618 (diff) | |
download | freebsd-ports-gnome-853a8b0cdb31b5ed58d0338a5834b90d61b0a48d.tar.gz freebsd-ports-gnome-853a8b0cdb31b5ed58d0338a5834b90d61b0a48d.tar.zst freebsd-ports-gnome-853a8b0cdb31b5ed58d0338a5834b90d61b0a48d.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'databases/metakit')
-rw-r--r-- | databases/metakit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile index 7365809a06fc..3793ce7a2263 100644 --- a/databases/metakit/Makefile +++ b/databases/metakit/Makefile @@ -18,6 +18,9 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/builds +BROKEN_aarch64= Fails to build: error: typedef redefinition with different types +BROKEN_mips64= Fails to build: error: conflicting declaration typedef long int t4_i32 + OPTIONS_DEFINE= PYTHON TCL DOCS OPTIONS_DEFAULT= PYTHON |