diff options
author | linimon <linimon@FreeBSD.org> | 2009-05-29 12:09:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-05-29 12:09:55 +0800 |
commit | 83806f1f3d2d7a6c69561ccc580ca0db29b25a9d (patch) | |
tree | e3ad4754055f9f58258914194d9daa8e09177495 /comms | |
parent | a9a397a4dd760f4cfa3e4bb267587f252a0159dd (diff) | |
download | freebsd-ports-gnome-83806f1f3d2d7a6c69561ccc580ca0db29b25a9d.tar.gz freebsd-ports-gnome-83806f1f3d2d7a6c69561ccc580ca0db29b25a9d.tar.zst freebsd-ports-gnome-83806f1f3d2d7a6c69561ccc580ca0db29b25a9d.zip |
Mark as broken on sparc64: uses i386 assembly.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xastir/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index e6ebadfedf68..7433557a00ac 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -145,6 +145,10 @@ WITH_OPTCFLAGS= true CFLAGS+= -O2 -pipe .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-install: @${CAT} ${PKGMESSAGE} |