diff options
author | linimon <linimon@FreeBSD.org> | 2010-07-01 12:04:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-07-01 12:04:02 +0800 |
commit | b5ade4b17df09642260dc790667f1f6d5896c778 (patch) | |
tree | d9ee4bdfa6e1dc180b9cfac3426855a652f0d5aa /databases | |
parent | b41254521276e2ca1e23f12ac60731281df58733 (diff) | |
download | freebsd-ports-gnome-b5ade4b17df09642260dc790667f1f6d5896c778.tar.gz freebsd-ports-gnome-b5ade4b17df09642260dc790667f1f6d5896c778.tar.zst freebsd-ports-gnome-b5ade4b17df09642260dc790667f1f6d5896c778.zip |
Mark as broken on sparc64: does not compile.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/flare/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/flare/Makefile b/databases/flare/Makefile index e826b8eb491b..43e21265f64c 100644 --- a/databases/flare/Makefile +++ b/databases/flare/Makefile @@ -40,6 +40,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + # NOT TESTED YET #CONFIGURE_ARGS+=--enable-mysql-replication #CONFIGURE_ARGS+=--enable-flarefs --with-fuse=${LOCALBASE} |